Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A declaration contains a declared variable without an As clause. When Option Strict is On, every variable, property, procedure argument, and function return must be declared with an As clause to specify its data type; for example, Dim MyNum As Short.
Error ID: BC30209
To correct this error
Check to see if the As keyword is misspelled.
Supply an As clause for the declared variable, or turn Option Strict Off.
See Also
Concepts
Variable Declaration in Visual Basic