AddTag
- Last UpdatedNov 17, 2021
- 1 minute read
The AddTag method adds a tag to the tag collection.
Syntax
[Result=] aaHistClientQuery.AddTag(message serverName, message tagName, integer tagType);
Parameters
serverName
The name of the server.
tagName
The name of the tag to add.
tagType
The type of the tag. This parameter is provided for backward compatibility and does not have any effect on the outcome of the operation. However, you must still specify one of the following valid values: 1, 2, 3, or 5.
Return Value
Returns True if the tag can be added; otherwise, returns False.