共用方式為


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 一起對應。

適用於