 | DTHVPersistedStateModelState Property |
Gets or sets the state of the protection connection persisted.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic JobStateModel State { get; set; }
Public Property State As JobStateModel
Get
Set
public:
property JobStateModel^ State {
JobStateModel^ get ();
void set (JobStateModel^ value);
}
member State : JobStateModel with get, set
Property Value
Type:
JobStateModel
The state of the protection connection persisted.
See Also