ServiceName Property
Summary
Gets the unique name that identifies the service to the Service Control Manager.
Syntax
public string ServiceName { get; }
Public ReadOnly Property ServiceName As String
public:
property String^ ServiceName {
String^ get();
}
Property Value
The name of the service.