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 中的键。

实现

适用于