The PropertyMap type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the PropertyMap.
Public propertyEntrySet
Gets the set of all properties in this PropertyMap.
Public propertyIsFixedSize
Gets a value indicating whether the PropertyMap has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the PropertyMap is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the PropertyMap is synchronized (thread-safe).
Public propertyItem
Gets an element with the specified key. The set operation is not supported.
Public propertyKeys
Gets an ICollection containing the keys of this PropertyMap.
Public propertySyncRoot
This operation is not supported.
Public propertyValues
Gets an ICollection containing the values of this PropertyMap.

See Also