Parameters object
The Parameters object holds a collection of Parameter objects. The Parameters property of the Property give access to the parameters of the property. 

The following is an example of a parameter:

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

The VALUE indicates the parameter of the RDATE property.

The Parameters object supports the following properties and method:

NameDescription
AddAdds a Parameter object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of parameters in the collection.
EnumerateEnumerates the parameters in the collection whose name matches the giving mask.
ItemReturns a specific Parameter of the Parameters collection, giving its name.
RemoveRemoves a specific member from the Parameters collection, giving its name.