IServiceInfoState Property |
Win32_Service: Current state of the base service.
Namespace:
Xcalibur.Models.Services
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string State { get; set; }
Property State As String
Get
Set
property String^ State {
String^ get ();
void set (String^ value);
}
abstract State : string with get, set
Property Value
Type:
String
The state.
See Also