Skip to content

AddTag

Adds a new tag to the instance.

1
myInstance.AddTag(tag: string):Instance

Parameters

string tag
    The tag name to add.

Returns

Always returns the current Instance.

Remarks

Tag name comparison is case-insensitive.

See Also