SPUserProfileADImportUsageEntry.ImportTimeSpentInProfile property
Time (in milliseconds) spent exporting data imported using LDAP DirSync to Profile Database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImportTimeSpentInProfile As Long
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.ImportTimeSpentInProfile
instance.ImportTimeSpentInProfile = value
public long ImportTimeSpentInProfile { get; set; }
Property value
Type: System.Int64
See also
Reference
SPUserProfileADImportUsageEntry class