An instance of the User
public class UserDefinedPropertyDictionary : System.Collections.DictionaryBasePublic Class UserDefinedPropertyDictionary : System.Collections.DictionaryBase Introduced: X14.
| Constructor | Description |
|---|---|
| User |
Initializes a new instance of the User |
| Method | Description |
|---|---|
| Add | Adds a new property to the dictionary. |
| Contains | Determines whether the dictionary contains a property with the specified name. |
| Remove | Removes a document property from the dictionary. |
| Property | Description |
|---|---|
| Item | Gets a document property from the dictionary. |
| Names | Gets a collection of all property names the dictionary contains. |
| Values | Gets a collection of all property values the dictionary contains. |