IBatchingTerminationFilter.IsTerminated Property
Gets a value that indicates whether the batching process should be terminated.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsTerminated As Boolean
Get
'Usage
Dim instance As IBatchingTerminationFilter
Dim value As Boolean
value = instance.IsTerminated
bool IsTerminated { get; }
Property Value
Type: System.Boolean
true if terminated; otherwise, false.
See Also
Reference
IBatchingTerminationFilter Interface