WebSiteProperties2.StartProgram Property
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property StartProgram As String
string StartProgram { get; set; }
property String^ StartProgram {
String^ get ();
void set (String^ value);
}
abstract StartProgram : string with get, set
function get StartProgram () : String
function set StartProgram (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.