Share via


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와 함께 들어오는 메시지를 매핑하는 메시지의 상관 관계 속성 목록입니다.

적용 대상