RedRegistration Properties - Rights

See Also        Examples

Sets or Returns the developers Rights.

Syntax:
object.
Rights[= value]

The Rights property syntax has these parts:

Part  Description
Object  An object expression that evaluates to an RedRegistration object
Value A STRING expression specifying the rights property used for validating and creating the registration code.

Remarks
This is used during the creation of the registration codes to ensure unique registration codes for each program. An example of a Rights property would be the App.Name. This would guarantee that a user that receives a registration code for one of your applications can not use that registration on another application.

This is an optional parameter. If you choose not to use this parameter, then all registrations for that user will be the same. This is useful as a golden key, but you will have to design you application to test for the golden key as well as a valid registration code.

Data Type
STRING

Minimum Length = 0
Maximum Length = 254