IProgressSummary.Failed Property
Gets the number of items that failed processing.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Failed As Integer
Get
'Usage
Dim instance As IProgressSummary
Dim value As Integer
value = instance.Failed
int Failed { get; }
Property Value
Type: System.Int32
The number of items that failed processing.