Share via


DdmArrayProperty.Add Method (String)

 

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

Implements

ICollection<T>.Add(T)

Exceptions

Exception Condition
NotSupportedException

The ICollection<T> is read-only.

See Also

DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top