You defined a property as Default, but not as Public. If you define a property as Default, you must define it as Public as well.
To correct this error
Define all Default properties as Public.
Function Statement