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 batch format instance.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Batch As ODataFormat
Get
'Usage
Dim value As ODataFormat
value = ODataFormat.Batch
public static ODataFormat Batch { get; }
public:
static property ODataFormat^ Batch {
ODataFormat^ get ();
}
static member Batch : ODataFormat
static function get Batch () : ODataFormat
Property Value
Type: Microsoft.Data.OData.ODataFormat
The batch format instance.