ID Property
      
 

Description

Holds a reference to the user for a given unique ID.

Property type

A VPNUser object.  

Syntax

object.ID(LocalID)

The ID Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNUsers.
LocalIDRequired. A Long value. User's unique ID.

Remarks

The ID property can be used to get a reference to the user by his unique ID. Unlike a user's Index, his ID is persistent throughout the lifetime of wodVPN session.

Please note that is in no way related to MyID property.