SPUserProfileADImportUsageEntry.ImportTimeSpentInDefrag property
Time (in milliseconds) spent defragging indexes for better import throughput.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImportTimeSpentInDefrag As Long
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.ImportTimeSpentInDefrag
instance.ImportTimeSpentInDefrag = value
public long ImportTimeSpentInDefrag { get; set; }
Property value
Type: System.Int64
See also
Reference
SPUserProfileADImportUsageEntry class