Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the most recent item that has been read.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Item As Object
Get
'Usage
Dim instance As ODataCollectionReader
Dim value As Object
value = instance.Item
public abstract Object Item { get; }
public:
virtual property Object^ Item {
Object^ get () abstract;
}
abstract Item : Object
abstract function get Item () : Object
Property Value
Type: System.Object
The most recent item that has been read.