Property accessors cannot be declared '<accessmodifier>' in a 'Default' property
A Get Statement or Set Statement in a default property includes the Private
keyword.
A default property cannot be Private
, and neither can its individual property procedures (Get
or Set
).
Error ID: BC31107
- Remove the
Private
keyword from theGet
orSet
statement, or removeDefault
from the Property Statement.
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: