Share via


ODataCollectionReader.State Property

 

Gets the current state of the reader.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public abstract ODataCollectionReaderState State { get; }
public:
property ODataCollectionReaderState State {
    virtual ODataCollectionReaderState get() abstract;
}
abstract State : ODataCollectionReaderState with get
Public MustOverride ReadOnly Property State As ODataCollectionReaderState

Property Value

Type: Microsoft.OData.Core.ODataCollectionReaderState

The current state of the reader.

See Also

ODataCollectionReader Class
Microsoft.OData.Core Namespace

Return to top