Share via


Propriété Properties

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

Syntaxe

'Déclaration
Public ReadOnly Property Properties As Hashtable
    Get
'Utilisation
Dim instance As DebugExecutionEventArgs
Dim value As Hashtable

value = instance.Properties
public Hashtable Properties { get; }
public:
property Hashtable^ Properties {
    Hashtable^ get ();
}
member Properties : Hashtable
function get Properties () : Hashtable

Valeur de propriété

Type : System.Collections. . :: . .Hashtable