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 or sets the current state of the batch reader.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property State As ODataBatchReaderState
Get
Private Set
'Usage
Dim instance As ODataBatchReader
Dim value As ODataBatchReaderState
value = instance.State
public ODataBatchReaderState State { get; private set; }
public:
property ODataBatchReaderState State {
ODataBatchReaderState get ();
private: void set (ODataBatchReaderState value);
}
member State : ODataBatchReaderState with get, private set
function get State () : ODataBatchReaderState
private function set State (value : ODataBatchReaderState)
Property Value
Type: Microsoft.Data.OData.ODataBatchReaderState
The current state of the batch reader.