Method Set
Set(String, String)
Set a property.
Note: once a multiple values property is set, it can no longer be modified.
Declaration
public virtual void Set(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of property. |
System.String | value | Either single or multiple property value (multiple values are separated by ":") |