Click or drag to resize

SystemStateCutoverStatusModelTargetRebootFailed Property

Gets or sets a value indicating whether or not the call to reboot the target failed.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntax
public bool TargetRebootFailed { get; set; }

Property Value

Type: Boolean
if the target reboot failed; otherwise, .
See Also