Back to product page

UID property


Returns unique ID for the user since server started.

Type

A Long value

Syntax

  • Basic
object.UID 
The UID(object) syntax has these parts:
objectAn expression evaluating to an object of type SSHUser.

Remarks

Unlike Index property that changes often and depends on other connected users, you can use UID property to make difference among connected users. Once you start the server, each user that connects will get his own unique ID (UID) which will never again be duplicated.

Platforms

Windows