Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.