Properties and watch view properties substitution codes represent the information you want to display when a notification report is triggered. The information is dynamically filled in from the properties or watch view properties data that are included in the notification report.
Code |
Description |
@(DisplayName) |
Writes the property display name. |
@(ObjectName) |
Writes the name of the object that has the property. |
@(ObjectPath) |
Writes the path of the object that has the property. |
@(PropertyName) |
Writes the property name. |
@(Unit) |
Writes the property unit. |
@(Value) |
Writes the property value. |