Propriedade WebSiteProperties2.EnableASPXDebugging
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.Boolean
Implementações
WebSiteProperties.EnableASPXDebugging
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.