WebSiteProperties5.StartURL Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.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

WebSiteProperties4.StartURL

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top