For a list of all members of this type, see Generic ServiceConnectionElementCollection members.
| Name | Description | |
|---|---|---|
| Add | Add an instance of a ServiceConnectionConfigurationElement object to the collection. |
| Clear | Clear the collection. |
| Contains | Determines if the name exists in the collection. |
| CopyTo | (Inherited from System.Configuration.ConfigurationElementCollection) |
| Equals | (Inherited from System.Configuration.ConfigurationElementCollection) |
| ForEach | Performs the specified action on each element of the collection. |
| Get | Overloaded. Gets the configuration element at the specified index location. |
| GetEnumerator | Returns an enumerator that iterates through the collection. |
| GetHashCode | (Inherited from System.Configuration.ConfigurationElementCollection) |
| IsReadOnly | Overridden. Gets a value indicating whether the ServiceConnectionConfigurationElement object is read-only. (Inherited from ConfigurationElement). |
| Remove | Remove the named element from the collection. |
Top