WebSiteProperties2.StartAction, propriété
Espace de noms : VsWebSite
Assembly : VsWebSite.Interop (dans VsWebSite.Interop.dll)
Syntaxe
'Déclaration
Property StartAction As webStartAction
Get
Set
webStartAction StartAction { get; set; }
property webStartAction StartAction {
webStartAction get ();
void set (webStartAction value);
}
abstract StartAction : webStartAction with get, set
function get StartAction () : webStartAction
function set StartAction (value : webStartAction)
Valeur de propriété
Type : VsWebSite.webStartAction
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.