DevForce Help Reference
GetValue<T>(String) Method


Retrieves the value of the specified property on this object.
Syntax
'Declaration
 
Public Overloads Function GetValue(Of T)( _
   ByVal propertyName As String _
) As T
'Usage
 
Dim instance As ComplexAspect
Dim propertyName As String
Dim value As T
 
value = instance.GetValue(Of T)(propertyName)
public T GetValue<T>( 
   string propertyName
)

Parameters

propertyName

Type Parameters

T
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

ComplexAspect Class
ComplexAspect Members
Overload List

Send Feedback