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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET