Property '<propertyname>' cannot be declared 'Default' because it overrides a Property on the base <type> '<typename>' that is not default
You have attempted to declare a property Default, which is not a valid declaration because it overrides a property that has not been declared Default on the base class.
Error ID: BC30504
To correct this error
- Remove the Default declaration.