property Parameter.Property as Property
Retrieves the parent property of the parameter.

TypeDescription
Property A Property object that specifies the parent property.
The Parent property indicates the parent property 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 RDATE indicates the parent property of the VALUE parameter.