'Default' specification must also specify 'Public'
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.