Count
Gets the total number of pending import user profiles defined in the collection
represented by the UserInfos
object.
Syntax
int Count {get;}
Property value
The number of pending import user profiles in the set.
Discussion
This property enumerates all of the profiles in the collection before it returns
the Count
value. If you only need to determine whether any pending import
groups, you should use the [IsEmpty]( property for a faster response time.