MobileServiceCollectionView<T>.CurrentItem Property

Gets the current item in the collection view.

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

Syntax

'Declaration
Public ReadOnly Property CurrentItem As Object 
    Get
'Usage
Dim instance As MobileServiceCollectionView 
Dim value As Object 

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

Property Value

Type: System.Object

Implements

ICollectionViewCurrentItem

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace