Universal Windows Service Class Library

ExtendedInstallContext.DisplayName Property

Get or set the name of the service which will be displayed in windows service management.

public string DisplayName {get; set;}

Property Value

A string containing the displayed name of the service.

Remarks

Get or set the name of the service which will be displayed in windows service management. Should be a unique one on this computer.

See Also

ExtendedInstallContext Class | uws.Install Namespace