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