 | 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.2.0.814 (8.2.0.814)
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