Adds a new property to the dictionary.

Add(String, Object)

public void Add(string name, object value);

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.