WebSiteProperties2.EnableASPXDebugging – vlastnost
Obor názvů: VsWebSite
Sestavení: VsWebSite.Interop (v VsWebSite.Interop.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: System.Boolean
Implementuje
WebSiteProperties.EnableASPXDebugging
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.