Click or drag to resize
FullServerPersistedStateModelBackupTargetState 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.1.0.599 (8.1.0.599)
Syntax
public Nullable<TargetStates> BackupTargetState { get; set; }

Property Value

Type: NullableTargetStates
The state of the backup target.
See Also