WebSiteProperties5.OpenedURL Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

string OpenedURL { get; }
property String^ OpenedURL {
    String^ get();
}
abstract OpenedURL : string with get
ReadOnly Property OpenedURL As String

Property Value

Type: System.String

Implements

WebSiteProperties4.OpenedURL

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top