Share via


VSWebSite.URL Property

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

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

Syntax

'Declaration
ReadOnly Default Property URL As String
'Usage
Dim instance As VSWebSite 
Dim value As String 

value = instance
string this { get; }
property String^ default {
    String^ get ();
}
function get URL () : String

Property Value

Type: System.String
The URL used to open the Web site.

.NET Framework Security

See Also

Reference

VSWebSite Interface

VSWebSite Members

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object