Compartir a través de


MessageEventSubscription.CorrelationProperties Propiedad

Definición

Obtiene la colección de propiedades de correlación del mensaje que asignará el mensaje entrante junto con la 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)

Valor de propiedad

Lista de propiedades de correlación del mensaje que asignará el mensaje entrante junto con la HandleExternalEventActivity.

Se aplica a