Compartir a través de


BreakpointInfo.Enabled Propiedad

Gets or sets a value that indicates whether the breakpoint is enabled.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public Property Enabled As Boolean 
    Get 
    Set
'Uso
Dim instance As BreakpointInfo 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
member Enabled : bool with get, set
function get Enabled () : boolean 
function set Enabled (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the breakpoint is enabled; otherwise, false.

Vea también

Referencia

BreakpointInfo Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger