RedRegistration Properties - LimitedUsers

See Also        Examples

Returns or Sets whether the registration code contains user count limitations.

Syntax:
object.LimitedUsers [= value]

The LimitedUsers property syntax has these parts:

Part Description
Object An object expression that evaluates to an RedRegistration object
Value

A BOOLEAN expression specifying whether user counts are limited by registration code.

Remarks
If registration limits the number of users, then this property returns true. If this property is true then the property NumberUsers will contain a valid number specifying the number of users allowed. In this version it is up to the developer to handle the user counts.

Data Type
BOOLEAN

TRUE = -1
FALSE = 0