Click or drag to resize
QueryTrace.Events Property
The events contained in this trace.

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

Return Value

Type: List<QueryTrace.Event>
The events contained in this trace.
See Also