Click or drag to resize

ArchivableDictionary Properties

The ArchivableDictionary type exposes the following members.

Properties
  NameDescription
Public propertyChangeSerialNumber
Retrieve current change serial number. This is a number that gets increased each time a datum is set or changed.
Public propertyCount
Gets the number of key/value pairs contained in the dictionary.
Public propertyItem
Gets the value associated with the specified key.
Public propertyKeys
Gets all entry names or keys.
Public propertyName
Gets or sets the name string of this ArchivableDictionary.
Public propertyParentUserData
If this dictionary is part of user-data (or is a UserDictionary), then this is the parent user data. null if this dictionary is not part of user-data
Public propertyValues
Gets all values in this dictionary.
Public propertyVersion
Gets or sets the version of this ArchivableDictionary.
Top
See Also