ServiceController.StartType Propriété

Définition

Obtient une valeur qui indique comment le service représenté par l'objet ServiceController démarre.

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

Valeur de propriété

Valeur qui indique comment le service démarre.

Attributs

Exceptions

Une erreur s'est produite lors de l'accès à une API système.

S’applique à

Voir aussi