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

제거할 요소 이름입니다.

반환

Boolean

MessageProperties가 지정된 name을 가진 요소를 포함하고 제거될 수 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상