PROPERTY GET and SET must have same data type

You declared a property's data type in a Property Get statement differently from the property's data type in the corresponding Property Set statement. The property must have a single declared data type.

Change the data type in one statement to the data type in the other.