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