This Global Variable has the Same Name as a Module

From Xojo Documentation

Error message

You reused the name of a module as the name of a module property whose scope is Global.

Sample Code

Defining a module named "Arthur" and creating a property in the module that's also named "Arthur" and has Global scope.