WebSiteProperties2.StartPage Property
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property StartPage As String
Get
Set
string StartPage { get; set; }
property String^ StartPage {
String^ get ();
void set (String^ value);
}
abstract StartPage : string with get, set
function get StartPage () : String
function set StartPage (value : String)
Property Value
Type: System.String
Implements
.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.