IAuthoritativeDataInformation.RetryCount Property
Retrieves the number of refresh retry attempts.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property RetryCount As Integer
Get
'Usage
Dim instance As IAuthoritativeDataInformation
Dim value As Integer
value = instance.RetryCount
int RetryCount { get; }
Property Value
Type: System.Int32
The refresh retry count.
See Also
Reference
IAuthoritativeDataInformation Interface