SyntaxFix
Write A Post
Hire A Developer
Questions
In your Main method, you're trying to access, for instance, club (which is protected), when you should be accessing myclub which is the public property that you created.
club
myclub