Share via


WebSiteProperties3.StartURL Property

 

Use Base

True

Namespace:   VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.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

WebSiteProperties2.StartURL

See Also

WebSiteProperties3 Interface
VsWebSite90 Namespace

Return to top