SetValue<T>(Int32,T) Method
In This Topic
Sets the named property to the given value.
Syntax
'Declaration
Public Overloads Sub SetValue(Of As ComObject)( _
ByVal As Integer, _
ByVal As _
)
public void SetValue<>(
int ,
)
where T: ComObject
Parameters
- index
- Index of the property
- value
- Value of the property
Type Parameters
- T
See Also