Skip to content

RemoveTag

Removes a tag from instance tags.

1
myInstance.RemoveTag(tag: string):Instance

Parameters

string tag
    The tag name to remove.

Returns

Always returns the current Instance.

Remarks

Tag name comparison is case-insensitive.

See Also