|
IJobEntryLength Property |
The entry length
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic virtual long Length { get; set; }
Public Overridable Property Length As Long
Get
Set
public:
virtual property long long Length {
long long get ();
void set (long long value);
}
abstract Length : int64 with get, set
override Length : int64 with get, set
Property Value
Type:
Int64
See Also