The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MessageProperties::ICollection<KeyValuePair<String^, Object^>>::Add Method (KeyValuePair<String^, Object^>)
Adds an element with the specified name and property into the MessageProperties.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: virtual void Add( KeyValuePair<String^, Object^> pair ) sealed = ICollection<KeyValuePair<String^, Object^>>::Add
Parameters
- pair
-
Type:
System.Collections.Generic::KeyValuePair<String^, Object^>
A key/value pair that contains the name and value of the element to add.
Implements
ICollection<T>::Add(T)
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: