CustomDocumentPropertiesDictionary Class
public sealed class CustomDocumentPropertiesDictionary : DocumentPropertiesDictionary<String, Object>, IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
Public NotInheritable Class CustomDocumentPropertiesDictionary
Inherits DocumentPropertiesDictionary(Of String, Object)
Implements IDictionary(Of String, Object), ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), IEnumerable
- Inheritance:
- CustomDocumentPropertiesDictionary
Implements
Remarks
String keys cannot be null or Empty.
Object values cannot be null and can be only one of the following types:
Built-in and custom document properties are contained in DocumentProperties class which is used in DocumentProperties property.