DiagnosticEvent.EventId Property

Gets the event id for this DiagnosticEvent.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property EventId As Integer
public int EventId { get; private set; }
public:
property int EventId {
    int get ();
    private: void set (int value);
}
member EventId : int with get, private set
function get EventId () : int 
private function set EventId (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace