ActivityContext.TraceState Property

Definition

Holds the W3C 'tracestate' header.

public:
 property System::String ^ TraceState { System::String ^ get(); };
public string? TraceState { get; }
member this.TraceState : string
Public ReadOnly Property TraceState As String

Property Value

A string representing the W3C 'tracestate' header.

Applies to