WebSiteProperties2.EnableUnmanagedDebugging – vlastnost
Obor názvů: VsWebSite
Sestavení: VsWebSite.Interop (v VsWebSite.Interop.dll)
Syntaxe
'Deklarace
Property EnableUnmanagedDebugging As Boolean
Get
Set
bool EnableUnmanagedDebugging { get; set; }
property bool EnableUnmanagedDebugging {
bool get ();
void set (bool value);
}
abstract EnableUnmanagedDebugging : bool with get, set
function get EnableUnmanagedDebugging () : boolean
function set EnableUnmanagedDebugging (value : boolean)
Hodnota vlastnosti
Typ: System.Boolean
Implementuje
WebSiteProperties.EnableUnmanagedDebugging
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.