ODataCollectionReader.State Property
Gets or sets the current state of the reader.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property State As ODataCollectionReaderState
Get
'Usage
Dim instance As ODataCollectionReader
Dim value As ODataCollectionReaderState
value = instance.State
public abstract ODataCollectionReaderState State { get; }
public:
virtual property ODataCollectionReaderState State {
ODataCollectionReaderState get () abstract;
}
abstract State : ODataCollectionReaderState
abstract function get State () : ODataCollectionReaderState
Property Value
Type: Microsoft.Data.OData.ODataCollectionReaderState
The current state of the reader.