ServiceController.StartType Proprietà

Definizione

Ottiene un valore che indica come viene avviato il servizio rappresentato dall'oggetto 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

Valore della proprietà

Valore che indica come viene avviato il servizio.

Attributi

Eccezioni

Si è verificato un errore durante l'accesso a un'API di sistema.

Si applica a

Vedi anche