Illegal property type for: <property name>

In declaring or defining a property with a Declare statement or a Property Get or Property Set statement, you specified its data type as either a fixed-length string or a user-defined data type. Properties cannot be fixed-length strings or user-defined data types.

Declare the property as a different data type.