SSH.GetTag
----------

Queries tag value.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [SSH](component_SSH.md) | [6.3](newinversion63.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "SSH.GetTag"; SSH ) 

**MBS**( **"SSH.GetTag";** /\* Queries tag value. \*/  
**$SSH**) /\* The SSH session reference number from the plugin. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| SSH | The SSH session reference number from the plugin. | $ssh |

### Result

Returns value or error.

### Description

Queries tag value.  
There is only a tag if set one with [SSH.SetTag](SSHSetTag.md) before.  
### See also

- [SSH.SetTag](SSHSetTag.md)

This function is free to use.

Created 29th May 2016 , last changed 7th June 2016

  
[SSH.GetPort](SSHGetPort.md) - [SSH.GetTimeout](SSHGetTimeout.md)

[HTML Version](SSHGetTag.shtml)