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