Propriedade WebSiteProperties2.StartPage
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.String
Implementações
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.