StringValue
- Last UpdatedNov 17, 2021
- 1 minute read
The StringValue property is a read-write property that sets or gets the value to be inserted for a tag.
Syntax
aaHistClientSingleValueEntry.StringValue = message;
Result = aaHistClientSingleValueEntry.StringValue;
Remarks
This property is provided for use within the InTouch HMI software, as the InTouch HMI software does not handle variant data types. The Value property is a variant datatype.
Setting this property automatically updates the Value and AnalogValue properties.
This property has no default value.