Поделиться через


WebSiteProperties3.BrowseURL Property

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
Property BrowseURL As String
    Get
    Set
string BrowseURL { get; set; }
property String^ BrowseURL {
    String^ get ();
    void set (String^ value);
}
abstract BrowseURL : string with get, set
function get BrowseURL () : String
function set BrowseURL (value : String)

Property Value

Type: System.String

Implements

WebSiteProperties2.BrowseURL

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

BrowseURL Overload

VsWebSite90 Namespace