Share via


DistributedContextPropagator.Fields 속성

정의

이 전파자가 읽거나 쓸 수 있는 필드 이름 집합을 가져옵니다.

public:
 abstract property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ Fields { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyCollection<string> Fields { get; }
member this.Fields : System.Collections.Generic.IReadOnlyCollection<string>
Public MustOverride ReadOnly Property Fields As IReadOnlyCollection(Of String)

속성 값

에서 사용할 필드 목록입니다 DistributedContextPropagator.

적용 대상