WebSiteProperties.StartURL Property
Gets or sets the starting URL for the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
string StartURL { get; set; }
property String^ StartURL {
String^ get();
void set(String^ value);
}
abstract StartURL : string with get, set
Property StartURL As 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.
See Also
EnvDTE
WebSiteProperties
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top