MetadataProperties Property |
IT Hit User File System
Custom data associated with an item, organised as a dictionary.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntaxpublic IPropertiesDictionary Properties { get; set; }
Public Property Properties As IPropertiesDictionary
Get
Set
public:
virtual property IPropertiesDictionary^ Properties {
IPropertiesDictionary^ get () sealed;
void set (IPropertiesDictionary^ value) sealed;
}
abstract Properties : IPropertiesDictionary with get, set
override Properties : IPropertiesDictionary with get, set
Property Value
Type:
IPropertiesDictionaryImplements
IMetadataProperties
See Also