IDTSBreakpointSite100.DebugMode Property

Definition

Gets or sets a Boolean that indicates if a task should check if breakpoints are enabled.

public:
 property bool DebugMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(4)]
public bool DebugMode { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.DebugMode : bool with get, set
Public Property DebugMode As Boolean

Property Value

true if a task should check if breakpoints are enabled; otherwise, false.

Attributes

Applies to