[]
Sets the value of the property with this name
public void Set(string name, object value)
Type | Name | Description |
---|---|---|
string | name | The name. |
object | value | The value. |
Sets the value of the property by using a PropertyBagKey<T1, T2>
public void Set<T1, T2>(PropertyBagKey<T1, T2> propertyKey, T1 value)
Type | Name | Description |
---|---|---|
PropertyBagKey<T1, T2> | propertyKey | The property key. |
T1 | value | The value. |
Name | Description |
---|---|
T1 | The public type of this property. |
T2 | The marshaling type of this property. |