ScriptEvent.SetTag Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SetTag(Object)
Set the ScriptEvent's tag.
Declaration
public ScriptEvent SetTag(object tag)
Parameters
Type | Name | Description |
---|---|---|
Object | tag | A semi-unique tag that represents this criterium. |
Returns
Type | Description |
---|---|
ScriptEvent | The same instance. |