property Parameter.UserData as Variant
Indicates any extra data associated with the parameter.

TypeDescription
Variant A VARIANT expression that specifies any extra data associated with the parameter. 
The UserData property holds any extra data associated with the parameter object. The Value property specifies the value/values of the parameter. The Name property specifies the name of the Parameter. The AddParameter event notifies your application once a new Parameter object is added to the Parameters collection.