MessageProperties.ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>) Method
Definition
Removes the element with the specified name from the MessageProperties.
virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>.Remove(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> pair) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::Remove;
bool ICollection<KeyValuePair<string,object>>.Remove (System.Collections.Generic.KeyValuePair<string,object> pair);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Function Remove (pair As KeyValuePair(Of String, Object)) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
Parameters
- pair
- KeyValuePair<String,Object>
A key/value pair that contains the name and value of the element to be removed.
Returns
true
if the MessageProperties contains an element with the specified name and value in the pair
parameter and can be removed; otherwise, false
.