VSWebSite.URL Property

 

Gets the URL that was used to open the Web site.

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

Syntax

string URL { get; }
property String^ URL {
    String^ get();
}
abstract URL : string with get
ReadOnly Property URL As String

Property Value

Type: System.String

The URL used to open the Web site.

See Also

EnvDTE
VSWebSite Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top