Share via


DdmArrayProperty.Clear Method ()

 

Removes all items from the ICollection<T> .

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

Syntax

public void Clear()
public:
virtual void Clear() sealed
Public Sub Clear

Implements

ICollection<T>.Clear()

Exceptions

Exception Condition
NotSupportedException

The ICollection<T> is read-only.

See Also

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

Return to top