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






The target to get the value from.
Gets the value.
Syntax
'Declaration
 
Function GetValue( _
   ByVal target As System.Object _
) As System.Object
'Usage
 
Dim instance As IValueProvider
Dim target As System.Object
Dim value As System.Object
 
value = instance.GetValue(target)
System.object GetValue( 
   System.object target
)
function GetValue( 
    target: System.TObject
): System.TObject; 
function GetValue( 
   target : System.Object
) : System.Object;
System.Object* GetValue( 
   System.Object* target
) 
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

IValueProvider Interface
IValueProvider Members

Send Feedback