ServiceController.StartType Свойство

Определение

Возвращает значение, указывающее способ запуска службы, представленной объектом 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

Значение свойства

Значение, указывающее способ запуска службы.

Атрибуты

Исключения

Произошла ошибка при обращении к API-интерфейсу системы.

Применяется к

См. также раздел