ScriptEvent.SetTag Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 8.0.9673)
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 criteria. |
Returns
| Type | Description |
|---|---|
| ScriptEvent | The same instance. |