ServiceInstaller.StartType Property
Assembly: System.ServiceProcess (in system.serviceprocess.dll)
/** @property */ public ServiceStartMode get_StartType () /** @property */ public void set_StartType (ServiceStartMode value)
public function get StartType () : ServiceStartMode public function set StartType (value : ServiceStartMode)
Property Value
A ServiceStartMode that represents the way the service is started. The default is Manual, which specifies that the service will not automatically start after reboot.Set the StartType to specify either that the service start automatically after reboot, or that a user must manually start the service. A service can also be disabled, specifying that it cannot be started, either manually or programmatically, until it is enabled.
You cannot change ServiceInstaller property values after installation. To change the StartType, you either have to uninstall and reinstall your service, or manually change the setting using the Service Control Manager.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.