Tells if the service is notified when system shutdown occurs.
[Visual Basic] Overridable Public ReadOnly Property CanShutdown As Boolean [C#] public bool CanShutdown {virtual get;} [C++] public: __property virtual bool get_CanShutdown(); [JScript] public function get CanShutdown() : Boolean;
ServiceController Class | ServiceController Members | System.ServiceProcess Namespace