ConfigurationCollectionSchema Class
Represents the schema for a collection in the IIS 7 configuration system.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Name | Description | |
|---|---|---|
![]() | AddElementNames | Gets a comma-delimited list of names of elements that can add items to the collection. |
![]() | AllowDuplicates | Gets a value indicating whether the collection allows duplicate keys. |
![]() | ClearElementName | Gets the name of the element that will be used to clear all items from the collection. |
![]() | IsMergeAppend | Gets a value indicating whether local elements are merged after inherited elements are added to the collection. |
![]() | RemoveElementName | Gets the name of the element that will be used to remove an item from the collection. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetAddElementSchema(String) | Returns the schema for the add element that has the specified name. |
![]() | GetClearElementSchema() | Returns the schema for the clear element. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMetadata(String) | Returns metadata from the collection schema. |
![]() | GetRemoveElementSchema() | Returns the schema for the remove element. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

