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)

属性值

消息的相关属性列表,这些属性会将传入消息与 HandleExternalEventActivity 映射在一起。

适用于