Back to product page

ID property


Holds the user's unique ID in the channel.

Type

A Long value

Syntax

  • Basic
object.ID   [= value]    
The ID(object) syntax has these parts:
objectAn 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.

Platforms

Windows