SendingRequest2EventArgs.IsBatchPart Property
Returns true if this event is fired for request within a batch, otherwise returns false.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property IsBatchPart As Boolean
Get
Private Set
'Usage
Dim instance As SendingRequest2EventArgs
Dim value As Boolean
value = instance.IsBatchPart
public bool IsBatchPart { get; private set; }
public:
property bool IsBatchPart {
bool get ();
private: void set (bool value);
}
member IsBatchPart : bool with get, private set
function get IsBatchPart () : boolean
private function set IsBatchPart (value : boolean)
Property Value
Type: System.Boolean