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