 | FilesAndFoldersPersistedStateModelFailedSubState Property |
Gets or sets a value indicating the sub-state when the State property is Failed.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string FailedSubState { get; set; }
Public Property FailedSubState As String
Get
Set
public:
property String^ FailedSubState {
String^ get ();
void set (String^ value);
}
member FailedSubState : string with get, set
Property Value
Type:
String
The sub-state when the
State property is Failed.
Remarks
Possible values for this property:
Value | Description |
---|
FailedOver | The job is in a failed-over state which means that the target is standing in for the source. |
FailedBack | The target is no longer standing in for the source |
See Also