Click or drag to resize
FullServerPersistedStateModel.BackupTargetState Property
Gets or sets the state of the backup target.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntax
public Nullable<TargetStates> BackupTargetState { get; set; }

Property Value

Type: Nullable<TargetStates>
The state of the backup target.
See Also