property Property.Parameters as Parameters
Retrieves the parameters of the current property.

TypeDescription
Parameters A Parameters collection that holds Parameter objects.
The Parameters property gives access to the property's parameters. If property has no parameters, the Parameters collection is empty. The Add method adds a new parameter to the current 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.