'Default' specification can only be on Property Get
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.