Click or drag to resize

ReadOnlyDocument Properties

The ReadOnlyDocument type exposes the following members.

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