Click or drag to resize

Document Properties

The Document type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of entries in the dictionary
(Overrides ReadOnlyDictionaryCount.)
Public propertyId
Gets this document's unique ID
(Inherited from ReadOnlyDocument.)
Public propertyIsDeleted
Gets whether or not this document is deleted
(Inherited from ReadOnlyDocument.)
Public propertyItem
Gets the value of the given key, or lack thereof, wrapped inside of a Fragment
Public propertyKeys
Gets all the keys held by this dictionary
(Overrides ReadOnlyDictionaryKeys.)
Public propertySequence
Gets the sequence of this document (a unique incrementing number identifying its status in a database)
(Inherited from ReadOnlyDocument.)
Top
See Also