Share via


DebugExecutionEventArgs.Properties Property

Gets the Hashtable that represents the properties associated with the event.

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
The Hashtable that represents the properties associated with the event.

See Also

Reference

DebugExecutionEventArgs Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace