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






The target to set the value on.
The value to set on the target.
Sets the value.
Syntax
'Declaration
 
Public Sub SetValue( _
   ByVal target As System.Object, _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As DynamicValueProvider
Dim target As System.Object
Dim value As System.Object
 
instance.SetValue(target, value)
public void SetValue( 
   System.object target,
   System.object value
)
public procedure SetValue( 
    target: System.TObject;
    value: System.TObject
); 
public function SetValue( 
   target : System.Object,
   value : System.Object
);
public: void SetValue( 
   System.Object* target,
   System.Object* value
) 
public:
void SetValue( 
   System.Object^ target,
   System.Object^ value
) 

Parameters

target
The target to set the value on.
value
The value to set on the target.
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