 | TargetStateInfoModelStates Property |
Gets or sets the target states.
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 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