Share via


WebSiteProperties.StartPage Property

Definition

Gets or sets the name of the page to use when starting the Web site.

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

Property Value

The name of the starting page for the Web site.

Attributes

Applies to