Description
-
Returns unique ID for the user since server started.
Property type
-
A Long value.
Syntax
-
object.UID
The UID Property syntax has these parts:
| object |
An 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.
|