Tells if the service referenced by this object can be paused.
[Visual Basic] Overridable Public ReadOnly Property CanPauseAndContinue As Boolean [C#] public bool CanPauseAndContinue {virtual get;} [C++] public: __property virtual bool get_CanPauseAndContinue(); [JScript] public function get CanPauseAndContinue() : Boolean;
ServiceController Class | ServiceController Members | System.ServiceProcess Namespace