IServiceInfoAcceptStop Property |
Win32_Service: Indicates whether the service can be stopped.
Namespace:
Xcalibur.Models.Services
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax bool AcceptStop { get; set; }
Property AcceptStop As Boolean
Get
Set
property bool AcceptStop {
bool get ();
void set (bool value);
}
abstract AcceptStop : bool with get, set
Property Value
Type:
Booleantrue if [accept stop]; otherwise,
false.
See Also