 | ImageInfoModelState Property |
Gets or sets the state of the target.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.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