SetValue(Int32,UInt32) Method
In This Topic
Sets the named property to the given value.
Syntax
'Declaration
Public Overloads Sub SetValue( _
ByVal As System.Integer, _
ByVal As System.UInteger _
)
public void SetValue(
System.int ,
System.uint
)
Parameters
- index
- Index of the property
- value
- Value of the property
See Also