Property parameters cannot have the name 'Value'
A parameter in a Property statement is named Value. This name is reserved within a property definition for the new value being assigned to the property in the Set procedure.
Error ID: BC32201
To correct this error
- Change the name of the parameter in the Property statement.