EventQueueName.GetCorrelationValues Method

Definition

Returns a CorrelationProperty array that contains all correlation properties associated with the EventQueueName.

public:
 cli::array <System::Workflow::Runtime::CorrelationProperty ^> ^ GetCorrelationValues();
public System.Workflow.Runtime.CorrelationProperty[] GetCorrelationValues ();
member this.GetCorrelationValues : unit -> System.Workflow.Runtime.CorrelationProperty[]
Public Function GetCorrelationValues () As CorrelationProperty()

Returns

The CorrelationProperty array that contains all correlation properties associated with the EventQueueName.

Applies to