DevForce Help Reference
GetValue(DataEntityProperty,EntityVersion) Method


Retrieves the value of the specified property and version on the associated Entity.
Syntax
'Declaration
 
Public Overloads Overridable Function GetValue( _
   ByVal dataEntityProperty As DataEntityProperty, _
   Optional ByVal version As EntityVersion _
) As Object
'Usage
 
Dim instance As EntityAspect
Dim dataEntityProperty As DataEntityProperty
Dim version As EntityVersion
Dim value As Object
 
value = instance.GetValue(dataEntityProperty, version)

Parameters

dataEntityProperty
version
Remarks
All getter interceptor actions are called when using this method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityAspect Class
EntityAspect Members
Overload List

Send Feedback