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