| Name | Description | |
|---|---|---|
| Add | Adds an item to the end of the collection. | |
| Clear | ||
| Clone | Clone this object. | |
| CreateSavedParameter | Create a ISSavedParameter object. | |
| DirtyClear | ||
| Exists | Check to see if a Parameter with this Name exists in the collection. | |
| FromXmlString | Populates the collection from an XML string. | |
| GetBoolean System Use Only | ||
| New | ||
| RemoveAt | Remove an item from the collection. | |
| ToXmlString | Persists collection to an XML string. | |
| Validate | Validates this collection. |
| Name | Description | |
|---|---|---|
| IsDirty Read-Only | ||
| ItemByName Read-Only | Retrieve an item by its Name. If the Name does not exist Nothing is returned. |