Back to product page

Index property


Returns index of the user.

Type

An Integer value.

Syntax

  • Basic
object.Index
The Index(object) syntax has these parts:
objectAn 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.

Platforms

Windows