ConfigurationCollectionSchema Class
IIS 7.0
Represents the schema for a collection in the IIS 7 configuration system.
Namespace:
Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
The ConfigurationCollectionSchema type exposes the following members.
| 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 | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetAddElementSchema | 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 | Returns metadata from the collection schema. |
|
GetRemoveElementSchema | Returns the schema for the remove element. |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |