This object is obsolete. See the Remarks section below. |
Description
ObjPropertyIterator
objects allows you to work with a collection of object’s properties that you can see in the Properties page of the Object Browser panel. To obtain the ObjPropertyIterator
object in scripts, use the built-in EnumProperties
routine.
Members
Remarks
This object is obsolete. It is supported for backward compatibility only. To work with the collection of the tested object’s properties, use the aqObject.GetProperties
method.