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' 헤더를 나타내는 문자열입니다.

적용 대상