CIVersionInfoPropertyCollection.Add Method (CIVersionInfoProperty)

 

Adds a property to the collection.

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

Syntax

public void Add(
    CIVersionInfoProperty item
)
public:
void Add(
    CIVersionInfoProperty^ item
)
Public Sub Add (
    item As CIVersionInfoProperty
)

Parameters

See Also

CIVersionInfoPropertyCollection Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top