InitializeCorrelation.CorrelationData プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メッセージをこのワークフロー インスタンスに関連付ける関連付けデータのディクショナリを取得または設定します。
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))
プロパティ値
関連付けデータのディクショナリ。
注釈
このプロパティは実行時に読み取り専用です。 実行時に値が設定された場合は、InvalidOperationException がスローされます。