property Parameter.Name as String
Indicates the parameter's name.

TypeDescription
String A String expression that specifies the name of the Parameter.
The Name property specifies the name of the Parameter. The Value property specifies the value/values of the parameter. The UserData property holds any extra data associated with the parameter object. 

The following is an example of a parameter:

RDATE;VALUE=DATE:19970304,19970504,19970704,19970904

The VALUE specifies the name of the parameter.