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 에 있는 키를 포함하는 입니다MessageProperties.

구현

적용 대상