MessageEventSubscription.CorrelationProperties Свойство

Определение

Возвращает коллекцию свойств корреляции для сообщения, которая позволит сопоставить входящее сообщение с действием 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)

Значение свойства

ICollection<CorrelationProperty>

Список свойств корреляции для сообщения, который позволит сопоставить входящее сообщение с действием HandleExternalEventActivity.

Применяется к