ActivityContext.TraceState プロパティ

定義

W3C の 'tracestate' ヘッダーを保持します。

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

プロパティ値

W3C 'tracestate' ヘッダーを表す文字列。

適用対象