Overview
Removes a tag from instance tags.Instance myInstance.RemoveTag(tag: string)
Arguments
string tag
Tag name to be removed.
Returns
Always return the current instance of InstanceRemarks
Name comparison is ignores the casing of tag.
Instance myInstance.RemoveTag(tag: string)
Name comparison is ignores the casing of tag.