Compartir a través de


ICorrelationDataSource.DataSources Propiedad

Definición

Proporciona una colección que contiene una descripción de todos los datos de correlación que un canal puede proporcionar.

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)

Valor de propiedad

Las descripciones de los datos de correlación.

Se aplica a