'Declaration
Public Sub SetValue( _ ByVal propertyName As System.String, _ ByVal value As System.Object _ )
'Usage
Dim instance As PropertyValueCollection Dim propertyName As System.String Dim value As System.Object instance.SetValue(propertyName, value)
public void SetValue( System.string propertyName, System.object value )
Parameters
- propertyName
- value