Share via


WebSiteProperties.StartArguments Property

Definition

Gets or sets a string containing the arguments to use when starting the Web site.

public:
 property System::String ^ StartArguments { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1009)]
public string StartArguments { [System.Runtime.InteropServices.DispId(1009)] get; [System.Runtime.InteropServices.DispId(1009)] set; }
[<System.Runtime.InteropServices.DispId(1009)>]
[<get: System.Runtime.InteropServices.DispId(1009)>]
[<set: System.Runtime.InteropServices.DispId(1009)>]
member this.StartArguments : string with get, set
Public Property StartArguments As String

Property Value

The arguments for starting the Web site with the value of the StartProgram property.

Attributes

Applies to