Adds the given item to a collection property. 
            
| C# | Visual Basic | Visual C++ | J# | 
public ChangeSet AddToCollection( string path, Object newItem, StorageType storageType )
Public Function AddToCollection ( _ path As String, _ newItem As Object, _ storageType As StorageType _ ) As ChangeSet
public: ChangeSet^ AddToCollection( String^ path, Object^ newItem, StorageType storageType )
public ChangeSet AddToCollection( String path, Object newItem, StorageType storageType )
- path (String)
 - The path pointing to the collection that the item should be added to.
 
- newItem (Object)
 - The item to add to the collection.
 
- storageType (StorageType)
 - The storage type in which to keep the item.
 
[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.AddToCollection(System.String,System.Object,GigaSpaces.Core.Metadata.StorageType)"]
