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

See Also

Add Overload
MessagePropertyDictionary Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top