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






The component with the property value that is to be set.
The new value.
When overridden in a derived class, sets the value of the component to a different value.
Syntax
'Declaration
 
Public Overrides Sub SetValue( _
   ByVal component As System.Object, _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As JPropertyDescriptor
Dim component As System.Object
Dim value As System.Object
 
instance.SetValue(component, value)
public override void SetValue( 
   System.object component,
   System.object value
)
public procedure SetValue( 
    component: System.TObject;
    value: System.TObject
); override; 
public override function SetValue( 
   component : System.Object,
   value : System.Object
);
public: void SetValue( 
   System.Object* component,
   System.Object* value
) override 
public:
void SetValue( 
   System.Object^ component,
   System.Object^ value
) override 

Parameters

component
The component with the property value that is to be set.
value
The new 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

JPropertyDescriptor Class
JPropertyDescriptor Members
Base Implementation in SetValue

Send Feedback