WebSiteProperties.BrowseURL Property
Gets or sets the URL for running the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
string BrowseURL { get; set; }
property String^ BrowseURL {
String^ get();
void set(String^ value);
}
abstract BrowseURL : string with get, set
Property BrowseURL As String
Property Value
Type: System.String
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.
Examples
For an example of reading and setting late-bound properties, see WebSiteProperties.
See Also
EnvDTE
WebSiteProperties
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top