MobileServiceCollectionView<T>.IsCurrentBeforeFirst Property

Gets a value indicating whether the current item is before the beginning of the collection.

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

Syntax

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

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

Property Value

Type: System.Boolean

Implements

ICollectionViewIsCurrentBeforeFirst

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace