 | DeleteOptionsModelDeleteOnClusterResourceOffline Property |
Gets or sets a value indicating whether the job is deleted because the target cluster resource went offline.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic bool DeleteOnClusterResourceOffline { get; set; }
Public Property DeleteOnClusterResourceOffline As Boolean
Get
Set
public:
property bool DeleteOnClusterResourceOffline {
bool get ();
void set (bool value);
}
member DeleteOnClusterResourceOffline : bool with get, set
Property Value
Type:
Booleantrue if delete is caused by target cluster resource going offline; otherwise,
false.
See Also