ServiceController.StartType Vlastnost

Definice

Získá hodnotu, která označuje způsob spuštění služby reprezentované objektem ServiceController .

public:
 property System::ServiceProcess::ServiceStartMode StartType { System::ServiceProcess::ServiceStartMode get(); };
public System.ServiceProcess.ServiceStartMode StartType { get; }
[System.ServiceProcess.ServiceProcessDescription("SPStartType")]
public System.ServiceProcess.ServiceStartMode StartType { get; }
member this.StartType : System.ServiceProcess.ServiceStartMode
[<System.ServiceProcess.ServiceProcessDescription("SPStartType")>]
member this.StartType : System.ServiceProcess.ServiceStartMode
Public ReadOnly Property StartType As ServiceStartMode

Hodnota vlastnosti

Hodnota, která určuje, jak se služba spouští.

Atributy

Výjimky

Při přístupu k rozhraní API systému došlo k chybě.

Platí pro

Viz také