WebSiteProperties2.StartURL Property
Use Base
True
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
Implements
See Also
WebSiteProperties2 Interface
VsWebSite Namespace
Return to top