Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an item to the ICollection<T> .
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void Add(
string item
)
public:
virtual void Add(
String^ item
) sealed
Public Sub Add (
item As String
)
Parameters
item
Type: System.StringThe object to add to the ICollection<T> .
Implements
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The ICollection<T> is read-only. |
See Also
DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top