CanStop Property
Summary
Gets a value indicating whether the service can be stopped.
Syntax
public bool CanStop { get; }
Public ReadOnly Property CanStop As Boolean
public:
property bool CanStop {
bool get();
}
Property Value
true
if the service can be stopped; otherwise, it is
false
.