Visual Basic Scripting Edition  

Property Set or Let must have at least one argument

You specified a property accessor to the handle Set of Let for a class with no arguments.

To correct this error

Add an argument to the property accessor.

See Also

Property Let Statement | Property Set Statement | Property Get Statement | Class Statement