[]
Adds a property to metadata. Note that the only allowed namespaces are:
public void AddProperty(string @namespace, string name, string value)
| Type | Name | Description |
|---|---|---|
| string | namespace | The XML namespace. |
| string | name | The property name. |
| string | value | The property value. |