OperationRemoteStorageItemId Property |
IT Hit User File System
Item ID in remote storage.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public byte[] RemoteStorageItemId { get; set; }
Public Property RemoteStorageItemId As Byte()
Get
Set
public:
property array<unsigned char>^ RemoteStorageItemId {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member RemoteStorageItemId : byte[] with get, set
Property Value
Type:
ByteRemarks In case of the mote operation this is a source item remote storage item ID.
See Also