Parameters
- name
- The Name string of the FormDefinition in the collection to get or set. If multiple FormDefinitions in the collection have the same value for the Name property, this method will return the matching item with the lowest numeric index.
This method implements a standard collection operation. It is one of the principle methods you will use to read or change elements in the collection. You can read or modify most elements in the collection with this method.
You can indicate the element you are interested in with a string. This method will search the collection for the first (lowest numeric index) element whose Name property matches the string.