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

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
Add(
	
string 
item
)
Public 
Sub 
Add ( _
	
item 
As 
String _
)
public:
virtual 
void 
Add(
	
String^ 
item
) 
sealed

Parameters

item
String
The object to add to the ICollection < (Of < ( <' T > ) > ) > .

Implements

ICollection < (Of < ( <' T > ) > ) > . . :: . . Add(T)

Exceptions

See Also