MobileServiceCollectionView<T>.HasMoreItems Property

Gets a value indicating whether there are more items that can be loaded incrementally.

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

Syntax

'Declaration
Public ReadOnly Property HasMoreItems As Boolean 
    Get
'Usage
Dim instance As MobileServiceCollectionView 
Dim value As Boolean 

value = instance.HasMoreItems
public bool HasMoreItems { get; }
public:
virtual property bool HasMoreItems {
    bool get () sealed;
}
abstract HasMoreItems : bool 
override HasMoreItems : bool
final function get HasMoreItems () : boolean

Property Value

Type: System.Boolean

Implements

ICollectionViewHasMoreItems
ISupportIncrementalLoadingHasMoreItems

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace