'End Property' must be preceded by a matching 'Property'
An End Property
statement appears in your code with no matching Property
declaration preceding it.
Error ID: BC30431
Remove the
End Property
statement if it is redundant.Supply the missing
Property
procedure if one is missing.Move the
End Property
to the appropriate place in the code.
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: