Click or drag to resize

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.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public bool DeleteOnClusterResourceOffline { get; set; }

Property Value

Type: Boolean
true if delete is caused by target cluster resource going offline; otherwise, false.
See Also