[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes an item from the collection by object

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
Remove(
	

MessageProperty 
item
)
Public 
Function 
Remove ( _
	
item 
As 

MessageProperty _
) 
As 
Boolean
public:
bool 
Remove(
	

MessageProperty^ 
item
)

Parameters

item
MessageProperty

See Also