 | DtscStatusQueryResultModelResourceState Property |
Gets or sets the state of the resource.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic int ResourceState { get; set; }
Public Property ResourceState As Integer
Get
Set
public:
property int ResourceState {
int get ();
void set (int value);
}
member ResourceState : int with get, set
Property Value
Type:
Int32
The state of the resource.
See Also