'End Get' must be preceded by a matching 'Get'
End Get is used to terminate Get property procedures. The End Get construct was encountered outside a Get property procedure.
Error ID: BC30630
To correct this error
Make sure that the Get property procedure is declared after a Property keyword and before the End Property construct.
Make sure that the Get property procedure begins with the Get keyword and ends with End Get construct.
See Also
Concepts
Property Procedure Changes for Visual Basic 6.0 Users