This Property is Protected. It can only be Used From Within its Class

From Xojo Documentation

Error message

You tried to access a property from outside the class that owns it. A Protected property can be used only within its parent class, window, or module.