SPUserProfileADImportUsageEntry.ExportDeletes property
Count of objects that were deleted during export to Profile Database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExportDeletes As Long
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.ExportDeletes
instance.ExportDeletes = value
public long ExportDeletes { get; set; }
Property value
Type: System.Int64
See also
Reference
SPUserProfileADImportUsageEntry class