|
JobSessionIDJob Property |
The entry 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 IDJob { get; set; }
<FieldLengthAttribute(40)>
Public Overridable Property IDJob As String
Get
Set
public:
[FieldLengthAttribute(40)]
virtual property String^ IDJob {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(40)>]
abstract IDJob : string with get, set
[<FieldLengthAttribute(40)>]
override IDJob : string with get, set
Property Value
Type:
String
See Also