ConfigurationCollectionSchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the schema for a collection in the IIS 7 configuration system.
public ref class ConfigurationCollectionSchema sealed
public sealed class ConfigurationCollectionSchema
type ConfigurationCollectionSchema = class
Public NotInheritable Class ConfigurationCollectionSchema
- Inheritance
-
ConfigurationCollectionSchema
Properties
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. |
Methods
GetAddElementSchema(String) |
Returns the schema for the |
GetClearElementSchema() |
Returns the schema for the |
GetMetadata(String) |
Returns metadata from the collection schema. |
GetRemoveElementSchema() |
Returns the schema for the |