WebSiteProperties5.StartProgram Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

string StartProgram { get; set; }
property String^ StartProgram {
    String^ get();
    void set(String^ value);
}
abstract StartProgram : string with get, set
Property StartProgram As String

Property Value

Type: System.String

Implements

WebSiteProperties4.StartProgram

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top