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