The following tables list the members exposed by Generic ServiceConnectionElementCollection.
| Name | Description | |
|---|---|---|
| ServiceConnectionElementCollection Constructor | Creates a new instance of a collection of ServiceConnectionConfigureationElement objects |
| Name | Description | |
|---|---|---|
| CollectionType | (Inherited from System.Configuration.ConfigurationElementCollection) |
| Count | (Inherited from System.Configuration.ConfigurationElementCollection) |
| ElementInformation | (Inherited from System.Configuration.ConfigurationElement) |
| EmitClear | (Inherited from System.Configuration.ConfigurationElementCollection) |
| IsSynchronized | (Inherited from System.Configuration.ConfigurationElementCollection) |
| LockAllAttributesExcept | (Inherited from System.Configuration.ConfigurationElement) |
| LockAllElementsExcept | (Inherited from System.Configuration.ConfigurationElement) |
| LockAttributes | (Inherited from System.Configuration.ConfigurationElement) |
| LockElements | (Inherited from System.Configuration.ConfigurationElement) |
| LockItem | (Inherited from System.Configuration.ConfigurationElement) |
| SyncRoot | (Inherited from System.Configuration.ConfigurationElementCollection) |
| Name | Description | |
|---|---|---|
| AddElementName | (Inherited from System.Configuration.ConfigurationElementCollection) |
| ClearElementName | (Inherited from System.Configuration.ConfigurationElementCollection) |
| ElementName | (Inherited from System.Configuration.ConfigurationElementCollection) |
| ElementProperty | (Inherited from System.Configuration.ConfigurationElement) |
| EvaluationContext | (Inherited from System.Configuration.ConfigurationElement) |
| Item | Overloaded. (Inherited from System.Configuration.ConfigurationElement) |
| Properties | (Inherited from System.Configuration.ConfigurationElement) |
| RemoveElementName | (Inherited from System.Configuration.ConfigurationElementCollection) |
| ThrowOnDuplicate | (Inherited from System.Configuration.ConfigurationElementCollection) |
| 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