IsEmpty
Determines whether the collection of UNIX user profiles is empty.
Syntax
bool IsEmpty {get;}
Property value
Returns true if there are no user profiles in the UserUnixProfiles object.
Discussion
Unlike the Count property, the IsEmpty property does not query all of the
profiles in the collection before it returns a value. If you only need to
determine whether any profiles are defined, you should call this property for a
faster response.