MessageProperties.Remove(String) 메서드

정의

지정된 이름을 가진 요소를 .에서 MessageProperties제거합니다.

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

매개 변수

name
String

제거할 요소의 이름입니다.

반품

true MessageProperties 지정된 name 요소가 포함되어 있고 제거할 수 있으면 이고, false그렇지 않으면 .

구현

적용 대상