|
IJobIDLockedEntity Property |
Job Locked Client or Storage ID
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[FieldLengthAttribute(40)]
public virtual string IDLockedEntity { get; set; }
<FieldLengthAttribute(40)>
Public Overridable Property IDLockedEntity As String
Get
Set
public:
[FieldLengthAttribute(40)]
virtual property String^ IDLockedEntity {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(40)>]
abstract IDLockedEntity : string with get, set
[<FieldLengthAttribute(40)>]
override IDLockedEntity : string with get, set
Property Value
Type:
String
See Also