Instance AddTag¶ Adds a new tag to Instance 1myInstance.AddTag(tag: string):Instance Parameters¶ string tag Tag name to be added. Returns¶ Always return the current instance of Instance Remarks¶ Name comparison is ignores the casing of tag. See Also¶ Instance.RemoveTag Instance.Tags Instance