Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 380 Bytes

File metadata and controls

14 lines (9 loc) · 380 Bytes

ITraceSpan.TraceId property

The trace ID. This is the same for all ITraceSpan objects that are part of the same trace.

public string TraceId { get; }

See Also