Share via


SPUserProfileADImportUsageEntry.RetryIgnoredCount property

Count of objects there were ignored during import using LDAP individual query.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property RetryIgnoredCount As Long
    Get
    Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long

value = instance.RetryIgnoredCount

instance.RetryIgnoredCount = value
public long RetryIgnoredCount { get; set; }

Property value

Type: System.Int64

See also

Reference

SPUserProfileADImportUsageEntry class

SPUserProfileADImportUsageEntry members

Microsoft.SharePoint.Administration namespace