MessageEventSubscription.CorrelationProperties Egenskap

Definition

Hämtar samlingen av korrelationsegenskaper för meddelandet som mappar det inkommande meddelandet tillsammans med 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)

Egenskapsvärde

En lista över korrelationsegenskaper för meddelandet som mappar det inkommande meddelandet tillsammans med HandleExternalEventActivity.

Gäller för