Share via


WebSiteProperties.StartURL Property

Definition

Gets or sets the starting URL for the Web site.

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

Property Value

The URL to use when starting the Web site.

Attributes

Applies to