|
IJobIsActive Property |
Is the job active
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 bool IsActive { get; set; }
Public Overridable Property IsActive As Boolean
Get
Set
public:
virtual property bool IsActive {
bool get ();
void set (bool value);
}
abstract IsActive : bool with get, set
override IsActive : bool with get, set
Property Value
Type:
Boolean
See Also