Share via


WebSiteProperties.StartProgram Property

Definition

Gets or sets the path and file name of an executable file to run when starting the Web site.

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

Property Value

The path and file name for the executable file to run when starting the Web site.

Attributes

Applies to