IsEmpty
Determines whether the collection of pending import group profiles is empty.
Syntax
bool IsEmpty {get;}
Property value
Returns true
if there are no pending import group profiles in the GroupInfos
object, or false
if there is at least one pending import group profile in the
object.
Discussion
Unlike the Count property, the IsEmpty
property does not enumerate all of the
pending import 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.