Click or drag to resize

QueryTraceEvents Property

The events contained in this trace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public List<QueryTraceEvent> Events { get; }

Return Value

Type: ListQueryTraceEvent
The events contained in this trace.
See Also