VariableCollection Properties |
The VariableCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the collection.
| |
| ItemInt32 |
Gets or sets a document variable at the specified index.
null values are not allowed as a right hand side of the assignment and will be replaced by empty string.
| |
| ItemString |
Gets or a sets a document variable by the case-insensitive name.
null values are not allowed as a right hand side of the assignment and will be replaced by empty string.
|