Member is not a subprogram: <member name>

You used "dotdot" notation to refer to a member variable of a base class. This notation is legal only for referring to a member function, sub, or property of a base class. It is not legal for referring to member variables of a base class.

Refer to the variable by its name only.