Properties cannot be declared '<modifiername>'
There is an error in the syntax used in the Property declaration. This error generally indicates that a specified keyword, such as WithEvents, cannot be used in a Property declaration.
Error ID: BC30639
To correct this error
- Check the syntax for the Property declaration.