SPUserProfileADImportUsageEntry.TotalUsersInDB property
Number of users in the Profile Database at the conclusion of import.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TotalUsersInDB As Long
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.TotalUsersInDB
instance.TotalUsersInDB = value
public long TotalUsersInDB { get; set; }
Property value
Type: System.Int64
See also
Reference
SPUserProfileADImportUsageEntry class