getPropertyName macro
Use this macro to get the name of a Property the UserArea.
string getPropertyName(long property.node)
Argument |
Description |
---|---|
Property Node |
The node of a previously retrieved property. Note that if the given node is not a property, the result is unpredictable. |
Return value: The name of the given property.
Example: See the example given for
getFirstProperty()
.