Skip to content

RemoveTag

Removes a tag from instance tags.

myInstance.RemoveTag(tag: string):Instance (Instance)

Parameters

string tag
    The tag name to remove.

Returns

Always returns the current Instance.

Remarks

The proxy first checks case-insensitively whether a matching tag exists, then removes exact string matches. Use the stored tag spelling when removal must be reliable.

See Also