Property '<propertyname>' must be declared 'Default' because it overrides a default property on the base '<name>'
A Property statement in your code overrides a Default property on the base class, structure, or interface and therefore needs to be declared Default.
Error ID: BC30360
To correct this error
- Declare the property Default.