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
- Remove the
Default
declaration.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: