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.
MyClass is not a true object variable, and it cannot appear alone. You use it only to access a member of the current instance as if it were NotOverridable in the base class.
Error ID: BC32028
To correct this error
If you intend to access a class member, specify the member access operator (.) and a member of the current instance after MyClass.
If you do not intend to access a class member, use the Me keyword.