ICorrelationDataSource.DataSources 속성

정의

채널에서 제공할 수 있는 모든 상관 관계 데이터에 대한 설명을 포함하는 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Channels::CorrelationDataDescription ^> ^ DataSources { System::Collections::Generic::ICollection<System::ServiceModel::Channels::CorrelationDataDescription ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Channels.CorrelationDataDescription> DataSources { get; }
member this.DataSources : System.Collections.Generic.ICollection<System.ServiceModel.Channels.CorrelationDataDescription>
Public ReadOnly Property DataSources As ICollection(Of CorrelationDataDescription)

속성 값

상관 관계 데이터 설명입니다.

적용 대상