Share via


DebugExecutionEventArgs.Properties Property

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As Hashtable
    Get
'Usage
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

Property Value

Type: System.Collections.Hashtable