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 used to open the Web site project.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property OpenedURL As String
string OpenedURL { get; }
property String^ OpenedURL {
String^ get ();
}
abstract OpenedURL : string with get
function get OpenedURL () : String
Property Value
Type: System.String
The URL used to open the Web site project.
Examples
For an example of reading late-bound properties, see WebSiteProperties.
.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.