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