Share via


DebugExecutionEventArgs.EventName Property

Gets the name of the event.

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

Syntax

'Declaration
Public ReadOnly Property EventName As String 
    Get
'Usage
Dim instance As DebugExecutionEventArgs 
Dim value As String 

value = instance.EventName
public string EventName { get; }
public:
property String^ EventName {
    String^ get ();
}
member EventName : string
function get EventName () : String

Property Value

Type: System.String
The name of the event.

See Also

Reference

DebugExecutionEventArgs Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace