Share via


WebSiteProperties.BrowseURL Property

Definition

Gets or sets the URL for running the Web site.

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

Property Value

The URL for browsing the Web site. The BrowseURL property can be set only for file system Web sites or for FTP sites. Sites that use IIS use the URL with which they was opened.

Attributes

Applies to