RemoveTag
- Last UpdatedNov 17, 2021
- 1 minute read
The RemoveTag method removes the specified tag from the query.
Syntax
[Result=] aaHistClientQuery.RemoveTag(message serverName, message tagName);
Parameters
serverName
The name of the server.
tagName
The name of the tag to remove.
Return Value
Returns True if the tag was found and can be removed; otherwise, returns False.