In This Topic
Sets the named property to the given value.
Syntax
'Declaration
Public Sub SetEnumValue(Of As {New, Struct})( _
ByVal As Integer, _
ByVal As _
)
public void SetEnumValue<>(
int ,
)
where T: new(), struct
Parameters
- index
- Index of the property
- value
- Value of the property
Type Parameters
- T
See Also