Adds a new property to the dictionary.
public void Add(string name, object value);Public Sub Add(ByVal name As String, ByVal value As System.Object)| Parameter | Description |
|---|---|
| name | Specifies the document property's name. The name is limited to 255 characters. |
| value | Specifies the document property's value. It can be of the type System. |