Share via


Enabled propriété

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Property Enabled As Boolean
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Boolean