SPUserProfileADImportUsageEntry.RetryTimeSpentInDirectory property
Time (in milliseconds) spent importing using LDAP individual query..
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RetryTimeSpentInDirectory As Long
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.RetryTimeSpentInDirectory
instance.RetryTimeSpentInDirectory = value
public long RetryTimeSpentInDirectory { get; set; }
Property value
Type: System.Int64
See also
Reference
SPUserProfileADImportUsageEntry class