'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
To correct this error
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.
See Also
Concepts
Properties and Property Procedures