ODataCollectionReader.Item Property
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.