NameOf Function
- Updated2025-07-21
- 1 minute(s) read
NameOf Function
Syntax
String NameOf(PropertyObject propertyObject)
Return Value
The name of the property object. Note: The name of a property object is typically the property name itself. However, this function is useful for retrieving the names of array elements, such as the steps in a step group, or the sequences in a sequence file.
Parameters
propertyObject as PropertyObject
A property object (String, Number, Container, etc.).