|
JobStatusCanEdit Property
|
This value is true if the job can be edited; 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 CanEdit { get; set; }
Public Property CanEdit As Boolean
Get
Set
public:
property bool CanEdit {
bool get ();
void set (bool value);
}
function get_CanEdit();
function set_CanEdit(value);
Property Value
Type:
Boolean if this job can currently be edited; otherwise,
.
See Also