Click or drag to resize
FilesAndFoldersPersistedStateModelFailedSubState Property
Gets or sets a value indicating the sub-state when the State property is Failed.

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 string FailedSubState { get; set; }

Property Value

Type: String
The sub-state when the State property is Failed.
Remarks
Possible values for this property:
ValueDescription
FailedOverThe job is in a failed-over state which means that the target is standing in for the source.
FailedBackThe target is no longer standing in for the source
See Also