Version

SetValue(Int32,Object) Method

Sets a property value for the object based on an integer index of the property.
Syntax
'Declaration
 
Overloads Sub SetValue( _
   ByVal id As Integer, _
   ByVal value As Object _
) 
void SetValue( 
   int id,
   object value
)

Parameters

id
integer index of the property to be set.
value
The value of the property being set.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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