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
item
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyThe message property item.
Return Value
Type: System.Boolean
See Also
RemoveāOverload
MessagePropertyDictionary Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top