NewServiceCommand.StartupType Property

Definition

Should the service start automatically?

public:
 property Microsoft::PowerShell::Commands::ServiceStartupType StartupType { Microsoft::PowerShell::Commands::ServiceStartupType get(); void set(Microsoft::PowerShell::Commands::ServiceStartupType value); };
public:
 property Microsoft::PowerShell::Commands::ServiceStartupType StartupType { Microsoft::PowerShell::Commands::ServiceStartupType get(); void set(Microsoft::PowerShell::Commands::ServiceStartupType value); };
public System.ServiceProcess.ServiceStartMode StartupType { get; set; }
member this.StartupType : System.ServiceProcess.ServiceStartMode with get, set
Public Property StartupType As ServiceStartMode

Property Value

Applies to