Returns/Sets whether registration code contains Expiration Date.
Syntax:
object.HasExpiration [= value]
The HasExpiration property syntax has these parts:
Part | Description |
Object | An object expression that evaluates to an RedRegistration object |
Value | A BOOLEAN expression specifying whether the registration code contains expiration date. |
Remarks
If the users registration code contains an expiration date, then this property returns TRUE (-1). Otherwise this property returns FALSE (0).
Data Type
BOOLEAN
TRUE = -1
FALSE = 0