AddTag¶
Adds a new tag to the instance.
myInstance.AddTag(tag: string):Instance (Instance)
Parameters¶
string tag
The tag name to add.
Returns¶
Always returns the current Instance.
Remarks¶
Tag existence is checked case-insensitively, so adding a differently cased duplicate does not change the tag list.