Click or drag to resize
DeleteOptionsModelDeleteOnClusterResourceOffline Property
Gets or sets a value indicating whether the job is deleted because the target cluster resource went offline.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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