DevForce Help Reference
GetValue(EntityProperty) Method


Retrieves the value of the specified property on the associated Entity.
Syntax
'Declaration
 
Public Overloads Overridable Function GetValue( _
   ByVal entityProperty As EntityProperty _
) As Object
'Usage
 
Dim instance As EntityAspect
Dim entityProperty As EntityProperty
Dim value As Object
 
value = instance.GetValue(entityProperty)
public virtual object GetValue( 
   EntityProperty entityProperty
)

Parameters

entityProperty
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