AddTag
- Last UpdatedJan 25, 2024
- 1 minute read
The AddTag method adds the specified tag to the trend.
Syntax
[Result=] aaHistClientTrend.AddTag(message serverName, message newTag, integer tType);
Parameters
serverName
The name of the server for which to add the tag.
newtag
The name of the tag to add.
tType
The type of 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.