Skip to content

AddTag

Adds a tag to the case.

1
myCase.AddTag(tag: string):Case

Parameters

string tag
    The name of the tag to add.

Returns

The current Case instance.

See Also