UserProfileManager.Count Property
Gets the number of user profiles in the user profile manager’s collection of UserProfile objects.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Long
Get
'Usage
Dim instance As UserProfileManager
Dim value As Long
value = instance.Count
public long Count { get; }
Property Value
Type: System.Int64