MobileServiceCollectionView<T>.CollectionGroups Property

Gets the collection groups associated with the collection view.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Public ReadOnly Property CollectionGroups As IObservableVector(Of Object)
    Get
'Usage
Dim instance As MobileServiceCollectionView 
Dim value As IObservableVector(Of Object)

value = instance.CollectionGroups
public IObservableVector<Object> CollectionGroups { get; }
public:
virtual property IObservableVector<Object^>^ CollectionGroups {
    IObservableVector<Object^>^ get () sealed;
}
abstract CollectionGroups : IObservableVector<Object>
override CollectionGroups : IObservableVector<Object>
final function get CollectionGroups () : IObservableVector<Object>

Property Value

Type: IObservableVector<Object>

Implements

ICollectionViewCollectionGroups

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace