|
DeleteOptionsDeleteOnClusterResourceOffline Property |
This value is true if the job is deleted because the target cluster resource went offline; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool DeleteOnClusterResourceOffline { get; set; }
Public Property DeleteOnClusterResourceOffline As Boolean
Get
Set
public:
property bool DeleteOnClusterResourceOffline {
bool get ();
void set (bool value);
}
function get_DeleteOnClusterResourceOffline();
function set_DeleteOnClusterResourceOffline(value);
Property Value
Type:
Booleantrue if delete is caused by target cluster resource going offline; otherwise,
false.
See Also