WebSiteProperties2.StartPage, propriété
Espace de noms : VsWebSite
Assembly : VsWebSite.Interop (dans VsWebSite.Interop.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : System.String
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.