MessageProperties.Keys プロパティ

定義

ICollection 内のキーが格納されている MessageProperties を取得します。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

プロパティ値

ICollection<String>

ICollection 内のキーが格納されている MessageProperties

実装

適用対象