 | TargetStateInfoModelStates Property |
Gets or sets the target states.
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 States { get; set; }
Public Property States As TargetStates
Get
Set
public:
property TargetStates States {
TargetStates get ();
void set (TargetStates value);
}
member States : TargetStates with get, set
Property Value
Type:
TargetStates
See Also