Activity.ParentSpanId Property

Definition

Gets the parent's SpanId.

C#
public System.Diagnostics.ActivitySpanId ParentSpanId { get; }

Property Value

The parent's SpanId.

Remarks

If the Activity.ParentId is in the W3C format, this property returns the SpanId part of the ParentId. Otherwise it returns a zero SpanId.

Applies to

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)