Click or drag to resize

IPropertiesDictionary Properties

IT Hit User File System

The IPropertiesDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionKeyValuePairString, Object.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from IDictionaryString, Object.)
Public propertyKeys
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object.)
Public propertyMetadata
File or folder metadata that contins this Properties dictionary.
Public propertyRaw
Low level access to properties.
Public propertyValues
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object.)
Top
See Also