RedRegistration Properties - NumberUsers

See Also        Examples

Returns or Sets the number of users licensed to use the program. This value is stored in the registration code.

Syntax:
object.
NumberUsers [= value]

The NumberUsers property syntax has these parts:

Part Description
Object An object expression that evaluates to an RedRegistration object
Value A LONG expression specifying the number of users licensed to use the program.

Remarks
The property NumberUsers will contain a value of the licensed users. This property is extracted from the registration code at the time the method Registered is called. If this value contains valid information then the property LimitedUsers will return a value of -1.

Data Type
LONG