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