Universal Windows Service Class Library

Installer.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

Installer Class | uws Namespace | ServiceStartMode