Back to product page

Tag property


Tag for misc usage.

Type

A Variant value.

Syntax

  • Basic
object.Tag [= value]  
The Tag(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SSHUser.
valueA Variant value.

Remarks

Tag property can store arbitary data and hold it for your during connection lifetime. If you need to hold additional information about connected user, you should create Class (in VB) with members of your choice, create instance of that class and just pass it's reference to this property. That way as long as user is connected you will be able to access your data.

Platforms

Windows