VCPlatform.DisableAlternateDebuggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether alternative debuggers are accessable.
public:
property bool DisableAlternateDebuggers { bool get(); };
public:
property bool DisableAlternateDebuggers { bool get(); };
[System.Runtime.InteropServices.DispId(2520)]
public bool DisableAlternateDebuggers { [System.Runtime.InteropServices.DispId(2520)] get; }
[<System.Runtime.InteropServices.DispId(2520)>]
[<get: System.Runtime.InteropServices.DispId(2520)>]
member this.DisableAlternateDebuggers : bool
Public ReadOnly Property DisableAlternateDebuggers As Boolean
Property Value
true
if alternative debuggers can not be used.
- Attributes