 | DTHVPersistedStateModelProtectionTargetState Property |
Gets or sets the state of the protection target.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic Nullable<TargetStates> ProtectionTargetState { get; set; }
Public Property ProtectionTargetState As Nullable(Of TargetStates)
Get
Set
public:
property Nullable<TargetStates> ProtectionTargetState {
Nullable<TargetStates> get ();
void set (Nullable<TargetStates> value);
}
member ProtectionTargetState : Nullable<TargetStates> with get, set
Property Value
Type:
NullableTargetStates
The state of the protection target.
See Also