Integer property works, Boolean property does not, what am I doing wrong?

Solution found, I created the Boolean properties in the wrong location

I created some properties

App.Stats() is an array of integers, it works fine and I can change and reference it from various methods

App.Enlisted is Boolean and when I try to set it to true from inside a method I get

“Type “App” has no member named Enlisted”

I thought I had these things figured out and I am very bewildered that one works as expected and the other doesn’t.

(post deleted by author)

@Christopher_Hunter

Glad you were able to figure it out.

Did you create the Boolean Property on the Window instead of App?