Свойство Properties
Пространство имен: Microsoft.DataWarehouse.Interfaces.Debugger
Сборка: Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)
Синтаксис
'Декларация
Public ReadOnly Property Properties As Hashtable
Get
'Применение
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