Click or drag to resize

IContacts2Empty Property

Returns true if the collection is empty. i.e. if it contains no elements Use GetFirst/GetNext or for-each to loop through the collection.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
bool Empty { get; }

Property Value

Type: Boolean

Implements

IMapCollectionEmpty
See Also