ServiceHandle Property
Summary
Gets the handle for the service.
Syntax
public SafeHandle ServiceHandle { get; }
Public ReadOnly Property ServiceHandle As SafeHandle
public:
property SafeHandle^ ServiceHandle {
SafeHandle^ get();
}
Property Value
A handle for the service.