InitializeCorrelation.CorrelationData Property

Definition

Gets or sets a dictionary of correlation data that relates messages to this workflow instance.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Activities::InArgument<System::String ^> ^> ^ CorrelationData { System::Collections::Generic::IDictionary<System::String ^, System::Activities::InArgument<System::String ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,System.Activities.InArgument<string>> CorrelationData { get; }
member this.CorrelationData : System.Collections.Generic.IDictionary<string, System.Activities.InArgument<string>>
Public ReadOnly Property CorrelationData As IDictionary(Of String, InArgument(Of String))

Property Value

A dictionary of correlation data.

Remarks

This property is read-only at runtime. If the value is set at runtime, an InvalidOperationException is thrown.

Applies to