ServiceController.ServiceHandle Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the handle for the service.
public:
 property System::Runtime::InteropServices::SafeHandle ^ ServiceHandle { System::Runtime::InteropServices::SafeHandle ^ get(); };public System.Runtime.InteropServices.SafeHandle ServiceHandle { get; }[System.ComponentModel.Browsable(false)]
public System.Runtime.InteropServices.SafeHandle ServiceHandle { get; }member this.ServiceHandle : System.Runtime.InteropServices.SafeHandle[<System.ComponentModel.Browsable(false)>]
member this.ServiceHandle : System.Runtime.InteropServices.SafeHandlePublic ReadOnly Property ServiceHandle As SafeHandleProperty Value
A SafeHandle that contains the handle for the service.
- Attributes
Exceptions
The service was not found.