NewService.StartupType Property

Definition

Provides access to the StartupType parameter.

public:
 property System::Activities::InArgument<System::ServiceProcess::ServiceStartMode> ^ StartupType { System::Activities::InArgument<System::ServiceProcess::ServiceStartMode> ^ get(); void set(System::Activities::InArgument<System::ServiceProcess::ServiceStartMode> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.ServiceProcess.ServiceStartMode> StartupType { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.StartupType : System.Activities.InArgument<System.ServiceProcess.ServiceStartMode> with get, set
Public Property StartupType As InArgument(Of ServiceStartMode)

Property Value

Attributes

Applies to