MessagePropertyDictionary.Remove Method (MessageProperty)

 

Removes an item from the collection by object.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public bool Remove(
    MessageProperty item
)
public:
bool Remove(
    MessageProperty^ item
)
Public Function Remove (
    item As MessageProperty
) As Boolean

Parameters

Return Value

Type: System.Boolean

See Also

Removeā€‚Overload
MessagePropertyDictionary Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top