WebSiteProperties.BrowseURL Property
Gets or sets the URL for running the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property BrowseURL As String
'Usage
Dim instance As WebSiteProperties
Dim value As String
value = instance.BrowseURL
instance.BrowseURL = value
string BrowseURL { get; set; }
property String^ BrowseURL {
String^ get ();
void set (String^ value);
}
function get BrowseURL () : String
function set BrowseURL (value : String)
Property Value
Type: System.String
The URL for browsing the Web site. The BrowseURL property can be set only for file system Web sites or for FTP sites. Sites that use IIS use the URL with which they was opened.
Examples
For an example of reading and setting 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.