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.
The class or module where this attribute is defined is not declared using the Public modifier. Classes and modules that do not specify an access modifier are declared as Friend by default.
Error ID: BC31517
To correct this error
- Add the Public modifier to the class or module where this attribute is defined.