MobileServiceCollectionView<T>.ICollection.Count Property

Gets the number of items in the collection.

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

Syntax

'Declaration
Private ReadOnly Property Count As Integer 
    Implements ICollection.Count 
    Get
'Usage
Dim instance As MobileServiceCollectionView 
Dim value As Integer 

value = CType(instance, ICollection).Count
int ICollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = ICollection::Count::get;
}
private abstract Count : int 
private override Count : int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Int32
The number of items.

Implements

ICollection.Count

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace