SPUserProfileADImportUsageEntry.TotalGroupsImported property
Number of imported 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 TotalGroupsImported As Long
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Long
value = instance.TotalGroupsImported
instance.TotalGroupsImported = value
public long TotalGroupsImported { get; set; }
Property value
Type: System.Int64
See also
Reference
SPUserProfileADImportUsageEntry class