Property missing 'End Property'

An End statement must match the block it terminates. A Property definition has not been properly terminated.

Error ID: BC30025

To correct this error

  • Add an End Property statement to the end of the property definition.

See Also

Concepts

Property Procedures

Reference

End Statement