Instance RemoveTag¶ Removes a tag from instance tags. 1myInstance.RemoveTag(tag: string):Instance Parameters¶ string tag Tag name to be removed. Returns¶ Always return the current instance of Instance Remarks¶ Tag name comparison is case-insensitive. See Also¶ Instance.AddTag Instance.Tags Instance