FileSystemItemMetadataProperties Property |
IT Hit User File System
Custom data associated with a item, organised as a dictionary.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public ICustomData Properties { get; set; }
Public Property Properties As ICustomData
Get
Set
public:
virtual property ICustomData^ Properties {
ICustomData^ get () sealed;
void set (ICustomData^ value) sealed;
}
abstract Properties : ICustomData with get, set
override Properties : ICustomData with get, set
Property Value
Type:
ICustomDataImplements
IFileSystemItemMetadataPropertiesSee Also