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的字段列表。

适用于