WebSiteProperties.OpenedURL Property
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
Get
string OpenedURL { get; }
property String^ OpenedURL {
String^ get ();
}
abstract OpenedURL : string
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.