Свойство Enabled

Пространство имен:  Microsoft.DataWarehouse.Interfaces.Debugger
Сборка:  Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)

Синтаксис

'Декларация
Public Property Enabled As Boolean
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .Boolean