ICorrelationDataSource.DataSources Property

Definition

Gets a collection that contains a description of all of the correlation data that a channel can supply.

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)

Property Value

The correlation data descriptions.

Applies to