DataServiceResponse.IsBatchResponse Property
Gets a Boolean value that indicates whether the response contains multiple results.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsBatchResponse As Boolean
Get
'Usage
Dim instance As DataServiceResponse
Dim value As Boolean
value = instance.IsBatchResponse
public bool IsBatchResponse { get; }
public:
property bool IsBatchResponse {
bool get ();
}
member IsBatchResponse : bool
function get IsBatchResponse () : boolean
Property Value
Type: System.Boolean
A Boolean value that indicates whether the response contains multiple results.