Share via


ODataParameterReader.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 ODataParameterReaderState State { get; }
public:
property ODataParameterReaderState State {
    virtual ODataParameterReaderState get() abstract;
}
abstract State : ODataParameterReaderState with get
Public MustOverride ReadOnly Property State As ODataParameterReaderState

Property Value

Type: Microsoft.OData.Core.ODataParameterReaderState

The current state of the reader.

See Also

ODataParameterReader Class
Microsoft.OData.Core Namespace

Return to top