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