getPropertyValue macro
Use this macro to get the value 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 value of the given property. Note that this value is always a string. To assign it to table fields the correct casting or conversion must be done.
Example: See the example given for getNamedProperty().