Breakpoint.Enabled Property

 

Gets or sets the enabled state of this Breakpoint object.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get();
    void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

Type: System.Boolean

true if the Breakpoint is enabled; otherwise false.

See Also

Breakpoint Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top