Located between the public class and end class clauses in the code editor window; the section of the code editor window where class-level variables are declared
To declare a variable: The syntax of a variable declaration statement is {Dim | Private | Static} variablename As dataType [=initialValue]. Use camel case for a variable's name