Description
-
Holds the user's unique ID in the channel.
Property type
-
A Long value.
Syntax
-
object.ID
The ID Property syntax has these parts:
| object |
An expression
evaluating to an object of type User. |
Remarks
-
Unlike the User.Index property, ID a is
unique value that is valid for as long as wodSSHTunnel session
is not closed. Internally, it holds the channel_id value that the
connection uses towards the SSH server.
To reference a user by its ID, you can use the Users.ID property.
|