Method SetProperty
SetProperty(string, string)
Sets the metadata property with the given name to the specified value.
Declaration
public object? SetProperty(string name, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the property. |
| string | value | The value to assign. |
Returns
| Type | Description |
|---|---|
| object | The value assigned to the metadata property. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException |