Share via


MessageEventSubscription.CorrelationProperties Propriété

Définition

Reçoit la collection de propriétés de corrélation du message qui mappe le message entrant à la classe HandleExternalEventActivity.

public:
 virtual property System::Collections::Generic::ICollection<System::Workflow::Runtime::CorrelationProperty ^> ^ CorrelationProperties { System::Collections::Generic::ICollection<System::Workflow::Runtime::CorrelationProperty ^> ^ get(); };
public virtual System.Collections.Generic.ICollection<System.Workflow.Runtime.CorrelationProperty> CorrelationProperties { get; }
member this.CorrelationProperties : System.Collections.Generic.ICollection<System.Workflow.Runtime.CorrelationProperty>
Public Overridable ReadOnly Property CorrelationProperties As ICollection(Of CorrelationProperty)

Valeur de propriété

Liste des propriétés de corrélation du message qui mappe le message entrant à la classe HandleExternalEventActivity.

S’applique à