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