WebSiteProperties3.EnableASPXDebugging, propriété
Espace de noms : VsWebSite90
Assembly : VsWebSite.Interop90 (dans VsWebSite.Interop90.dll)
Syntaxe
'Déclaration
Property EnableASPXDebugging As Boolean
Get
Set
bool EnableASPXDebugging { get; set; }
property bool EnableASPXDebugging {
bool get ();
void set (bool value);
}
abstract EnableASPXDebugging : bool with get, set
function get EnableASPXDebugging () : boolean
function set EnableASPXDebugging (value : boolean)
Valeur de propriété
Type : System.Boolean
Implémentations
WebSiteProperties2.EnableASPXDebugging
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.