WebSiteProperties.BrowseURL Property

Gets or sets the URL for running the Web site.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
Property BrowseURL As String
string BrowseURL { get; set; }
property String^ BrowseURL {
    String^ get ();
    void set (String^ value);
}
abstract BrowseURL : string with get, set
function get BrowseURL () : String 
function set BrowseURL (value : String)

Property Value

Type: 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.

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object