Description
-
Returns index of the user.
Property type
-
An Integer value.
Syntax
-
object.Index
The Index Property syntax has these parts:
| object |
An expression
evaluating to an object of type FtpUser. |
Remarks
-
Index property will return relative index of the user in
the collection of all currently connected users. Index is
not persistent during the connection, since it may change
as other users connect and disconnect.
If you need unique ID value for the user to access him
later on, you can use UID property.
|