Share via


MessageProperties.ContainsKey(String) 메서드

정의

MessageProperties에 특정 이름, 키 또는 식별자가 들어 있는지 여부를 확인합니다.

public:
 virtual bool ContainsKey(System::String ^ name);
public bool ContainsKey (string name);
abstract member ContainsKey : string -> bool
override this.ContainsKey : string -> bool
Public Function ContainsKey (name As String) As Boolean

매개 변수

name
String

MessageProperties에서 찾을 이름, 키 또는 식별자입니다.

반환

지정된 true을 가진 요소가 MessageProperties에 포함되어 있으면 name이고, 그렇지 않으면 false입니다.

구현

적용 대상