|
StorageOperationTag Property |
The Tag of the allocation
Namespace: DrawerBackup.Storage.Data.EntitiesAssembly: DrawerBackup.Storage.Data.Entities (in DrawerBackup.Storage.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[FieldLengthAttribute(200)]
public virtual string Tag { get; set; }
<FieldLengthAttribute(200)>
Public Overridable Property Tag As String
Get
Set
public:
[FieldLengthAttribute(200)]
virtual property String^ Tag {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(200)>]
abstract Tag : string with get, set
[<FieldLengthAttribute(200)>]
override Tag : string with get, set
Property Value
Type:
String
See Also