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