WebSiteProperties2.StartProgram Property

 

Use Base

True

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

WebSiteProperties.StartProgram

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top