hp
hps_propName[d_setObj| {d_ctuObj…} ]
Description
Indicates whether the specified property exists for objects in a set or objects from a list of object references. If no objects are given, the objects in the selected set are inspected.
If the property name is a dot-separated list of names, the name is treated specially, recursively processing for each element of the chain of names for property values. The following command checks for the name property on the grandfather of the selected object:
hp name [ip parent [ip parent]]
This command can also be given as
hp parent.parent.name
In the above examples, the shorthand name for inspect_prop (ip) is used.
Arguments
Value Returned
|
Indicates whether the given property exists for all of the objects. |
Related Topics
Return to top