Click or drag to resize

JobStatusCanDelete Property

This value is true if you can delete the job; otherwise, it is false.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public bool CanDelete { get; set; }

Property Value

Type: Boolean
if this job can currently be deleted; otherwise, .
See Also