Adds a new property to the dictionary.

Add(String, Object)

public void Add(string name, object value);
Public Sub Add(ByVal name As String, ByVal value As System.Object)

Parameters

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.String, System.Boolean, System.Int32 or System.Double.