You used the Default reserved word on a Property Let or Property Set. You can only specify the Default reserved word for a Property Get.
To correct this error
-
Specify the Default reserved word on a Property Get only.
You used the Default reserved word on a Property Let or Property Set. You can only specify the Default reserved word for a Property Get.
Specify the Default reserved word on a Property Get only.