WCF-Xtensions Class Reference for Mono
GetValue Method (DynamicValueProvider)






The target to get the value from.
Gets the value.
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal target As System.Object _
) As System.Object
'Usage
 
Dim instance As DynamicValueProvider
Dim target As System.Object
Dim value As System.Object
 
value = instance.GetValue(target)
public System.object GetValue( 
   System.object target
)
public function GetValue( 
    target: System.TObject
): System.TObject; 
public function GetValue( 
   target : System.Object
) : System.Object;
public: System.Object* GetValue( 
   System.Object* target
) 
public:
System.Object^ GetValue( 
   System.Object^ target
) 

Parameters

target
The target to get the value from.

Return Value

The value.
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

DynamicValueProvider Class
DynamicValueProvider Members

Send Feedback