EntityCollectionChangedParams.Collection Property
The DataServiceCollection<T> that has changed.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Collection As ICollection
Get
'Usage
Dim instance As EntityCollectionChangedParams
Dim value As ICollection
value = instance.Collection
public ICollection Collection { get; }
public:
property ICollection^ Collection {
ICollection^ get ();
}
member Collection : ICollection
function get Collection () : ICollection
Property Value
Type: System.Collections.ICollection
A reference to the collection that has changed.