Share via


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
'Usage
Dim instance As WebSiteProperties 
Dim value As String 

value = instance.OpenedURL
string OpenedURL { get; }
property String^ OpenedURL {
    String^ 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

See Also

Reference

WebSiteProperties Interface

WebSiteProperties Members

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object