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
string this { get; }
property String^ default {
    String^ get ();
}
abstract URL : string with 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 Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object