IOperation.RetryCount Property
Gets the count (number) of retries of the operation.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property RetryCount As Integer
Get
'Usage
Dim instance As IOperation
Dim value As Integer
value = instance.RetryCount
int RetryCount { get; }
Property Value
Type: System.Int32
The number of retries.