WebSiteProperties.BrowseURL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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