Properties - GetPropertyAttribute
Text:
API Call:Returns the value of the given Item Property Attribute
Declaration:
GetPropertyAttribute(Itempath, PropertyName, AttributeName: String): String;
Source Code:
Code Block | ||||
---|---|---|---|---|
| ||||
output(getpropertyattribute(itempath, 'Name', 'Name')); |