TagName
- Last UpdatedNov 17, 2021
- 1 minute read
The TagName property is a read-write property that gets or sets the name of the current tag assigned to the control.
Syntax
aaHistClientSingleValueEntry.TagName = message;
Result = aaHistClientSingleValueEntry.TagName;
Remarks
Use this property to change an existing tag or to add a new tag.
This property has no default value.