Description
Use the ObjPropertyIterator.HasNext
method to determine whether the next object exists in the collection of the ObjProperty
objects to which the iterator provides access.
Declaration
ObjPropertyIteratorObj.HasNext()
ObjPropertyIteratorObj | An expression, variable or parameter that specifies a reference to an ObjPropertyIterator object | |||
Result | Boolean |
Applies To
The method is applied to the following object:
Result Value
True if the collection has the next object that the iterator can move to; False otherwise.