Universal Windows Service Class Library

ExtendedInstallContext.StartType Property

Get or set the start type of the service.

public System.ServiceProcess.ServiceStartMode StartType {get; set;}

Property Value

A valid type of ServiceStartMode.

Remarks

Get or set the start type of the service.

Possible values are:

See Also

ExtendedInstallContext Class | uws.Install Namespace | ServiceStartMode