Propriedade WebSiteProperties2.EnableSQLServerDebugging
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
Property EnableSQLServerDebugging As Boolean
Get
Set
bool EnableSQLServerDebugging { get; set; }
property bool EnableSQLServerDebugging {
bool get ();
void set (bool value);
}
abstract EnableSQLServerDebugging : bool with get, set
function get EnableSQLServerDebugging () : boolean
function set EnableSQLServerDebugging (value : boolean)
Valor de propriedade
Tipo: System.Boolean
Implementações
WebSiteProperties.EnableSQLServerDebugging
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.