 | ImageInfoModelState Property |
Gets or sets the state of the target.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic TargetStates State { get; set; }
Public Property State As TargetStates
Get
Set
public:
property TargetStates State {
TargetStates get ();
void set (TargetStates value);
}
member State : TargetStates with get, set
Property Value
Type:
TargetStates
See Also