You defined a property as Default, but not as Public. If you define a property as Default, you must define it as Public as well.
To correct this error
-
Define all Default properties as Public.
Visual Basic Scripting Edition |
'Default' specification must also specify 'Public' |
See Also |
You defined a property as Default, but not as Public. If you define a property as Default, you must define it as Public as well.
Define all Default properties as Public.