Edit

Share via


TraceEvent.Id Property

Definition

Gets the ID of the event.

public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

Property Value

Remarks

For Classic events, this field is known as Type in EVENT_TRACE and Opcode in EVENT_RECORD.

Applies to