Overview
Adds a new tag to InstanceInstance myInstance.AddTag(tag: string)
Arguments
string tag
Tag name to be added.
Returns
Always return the current instance of InstanceRemarks
Name comparison is ignores the casing of tag.
Instance myInstance.AddTag(tag: string)
Name comparison is ignores the casing of tag.