ServiceInfoAcceptStop 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 [DataMemberAttribute]
public bool AcceptStop { get; set; }
<DataMemberAttribute>
Public Property AcceptStop As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool AcceptStop {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract AcceptStop : bool with get, set
[<DataMemberAttribute>]
override AcceptStop : bool with get, set
Property Value
Type:
Booleantrue if [accept stop]; otherwise,
false.
Implements
IServiceInfoAcceptStopSee Also