Expand Minimize
This topic has not yet been rated - Rate this topic

'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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.