Index Property
      
 

Description

Holds the relative index of the user.

Property type

A Long value.  

Syntax

object.Index

The Index Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNUser.

Remarks

The value of the Index property is generated by wodVPN for each user that connection. However, you should not use this value for more than one access to user's object, since it can dynamically change as users connect and disconnect. It is much safer to use ID property instead which is unique.

Indexes can change during the lifetime of the session, as they are relative to other users connected to the same channel.