MobileServiceCollectionView<T>.IsCurrentAfterLast Property

Gets a value indicating whether the current item is after the end of the collection.

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

Syntax

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

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

Property Value

Type: System.Boolean

Implements

ICollectionViewIsCurrentAfterLast

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace