WebSiteProperties.StartURL Property
Gets or sets the starting URL for the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property StartURL As String
string StartURL { get; set; }
property String^ StartURL {
String^ get ();
void set (String^ value);
}
abstract StartURL : string with get, set
function get StartURL () : String
function set StartURL (value : String)
Property Value
Type: System.String
The URL to use when starting the Web site.
Remarks
The StartURL value is used only when the value of the StartAction property is webStartActionURL.
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.