NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceController.CanStop

Tells if the service referenced by this object can be stopped.

[Visual Basic]
Overridable Public ReadOnly Property CanStop As Boolean
[C#]
public bool CanStop {virtual get;}
[C++]
public: __property virtual bool get_CanStop();
[JScript]
public function get CanStop() : Boolean;

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace