Set(String,Object) Method
In This Topic
Sets the value of the property with this name
Syntax
'Declaration
Public Overloads Sub Set( _
ByVal As System.String, _
ByVal As System.Object _
)
public void Set(
System.string ,
System.object
)
Parameters
- name
- The name.
- value
- The value.
See Also