SPUserProfileADImportUsageEntry.RetrySuccessCount property
Count of objects that were successfully imported using LDAP individual query.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RetrySuccessCount As Long
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.RetrySuccessCount
instance.RetrySuccessCount = value
public long RetrySuccessCount { get; set; }
Property value
Type: System.Int64
See also
Reference
SPUserProfileADImportUsageEntry class