Name | Description | |
---|---|---|
![]() | Count | Gets the number of document property in the collection. |
![]() | Item | Overloaded. Gets the IDocumentProperty with the specified name. |
The following tables list the members exposed by IDocumentPropertyCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of document property in the collection. |
![]() | Item | Overloaded. Gets the IDocumentProperty with the specified name. |
Name | Description | |
---|---|---|
![]() | Clear | Removes all properties from the collection. |
![]() | Contains | Determines whether the document property with specified name is contained in IDocumentPropertyCollection. |
![]() | IndexOf | Gets the index of a property by name. |
![]() | Remove | Removes a property with the specified name from the collection. |
![]() | RemoveAt | Removes a property at the specified index. |