Case AddTag¶ Adds a tag to the case. 1myCase.AddTag(tag: string):Case Parameters¶ string tag The name of the tag to add. Returns¶ The current Case instance. See Also¶ Case