'Get' statement must end with a matching 'End Get'

Get property procedures must end with an End Get statement.

Error ID: BC30631

To correct this error

  • Make sure that the Get property procedure ends with an End Get construct.

See Also

Concepts

Property Procedure Changes for Visual Basic 6.0 Users

Reference

Property Statement