NameOf Function

Syntax

String NameOf(PropertyObject propertyObject)

Return Value

String

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.).