Share via


WebSiteProperties3.StartProgram Property

 

Use Base

True

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

WebSiteProperties2.StartProgram

See Also

WebSiteProperties3 Interface
VsWebSite90 Namespace

Return to top