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;
ServiceController Class | ServiceController Members | System.ServiceProcess Namespace