|
JobStatusCanDelete Property
|
This value is true if you can delete the job; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool CanDelete { get; set; }
Public Property CanDelete As Boolean
Get
Set
public:
property bool CanDelete {
bool get ();
void set (bool value);
}
function get_CanDelete();
function set_CanDelete(value);
Property Value
Type:
Boolean if this job can currently be deleted; otherwise,
.
See Also