Returns or Sets whether the registration code contains run time limitations.
Syntax:
object.LimitedRunTimes [= value]
The LimitedRunTimes property syntax has these parts:
Part | Description |
Object | An object expression that evaluates to an RedRegistration object |
Value |
A BOOLEAN expression specifying whether program uses are limited by registration code. |
Remarks
If registration limits the number of times the program can be run then this property returns true. If this property is true then the property
NumberRunTimes will contain a valid number specifying the number of times the user can run the program. The property
NumberRunTimesSpent will contain a value of how many times the method
SpendOneRunTime has been called.
Data Type
BOOLEAN
TRUE = -1
FALSE = 0