IMapCollectionEmpty Property |
Returns true if the collection is empty. i.e. if it contains no elements
Namespace:
SuperOffice.COM.EventServer
Assembly:
SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Empty As Boolean
Get
Dim instance As IMapCollection
Dim value As Boolean
value = instance.Empty
property bool Empty {
bool get ();
}
Property Value
Type:
Boolean
See Also