Description
This method is used for iteration through the collection of the ObjProperty
objects to which the given iterator provides access. Next
moves the ObjPropertyIterator
object to the next ObjProperty
object in order to retrieve it. To determine if the next object exists, use the ObjPropertyIterator.HasNext
method.
Declaration
ObjPropertyIteratorObj.Next()
ObjPropertyIteratorObj | An expression, variable or parameter that specifies a reference to an ObjPropertyIterator object | |||
Result | An ObjProperty object |
Applies To
The method is applied to the following object:
Result Value
The ObjProperty
object that provides information about the object’s property.