Share via


ProcessRequestArgs.IsBatchOperation Property

Gets a Boolean value that indicates whether the HTTP request to the data service is a batch operation.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property IsBatchOperation As Boolean 
    Get
'Usage
Dim instance As ProcessRequestArgs 
Dim value As Boolean 

value = instance.IsBatchOperation
public bool IsBatchOperation { get; }
public:
property bool IsBatchOperation {
    bool get ();
}
member IsBatchOperation : bool
function get IsBatchOperation () : boolean

Property Value

Type: System.Boolean
The Boolean value that indicates whether the HTTP request to the data service is a batch operation.

See Also

Reference

ProcessRequestArgs Class

System.Data.Services Namespace