MessagePropertyDictionary.Add Method (MessageProperty)
Adds a property to the collection.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void Add(
MessageProperty item
)
public:
void Add(
MessageProperty^ item
)
Public Sub Add (
item As MessageProperty
)
Parameters
item
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyThe message property item.
See Also
Add Overload
MessagePropertyDictionary Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top