Partager via


Propriété EventName

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

Syntaxe

'Déclaration
Public ReadOnly Property EventName As String
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .String