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