言語

CorrelationMessageProperty.AdditionalKeys プロパティ

定義

この CorrelationMessagePropertyの追加のインスタンス キーを含むコレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ AdditionalKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceKey> AdditionalKeys { get; }
member this.AdditionalKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceKey>
Public ReadOnly Property AdditionalKeys As ReadOnlyCollection(Of InstanceKey)

プロパティ値

追加のインスタンス キー。

適用対象