InitializeCorrelation.CorrelationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.