ConfigurationCollectionSchema Class

Definition

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 add element that has the specified name.

GetClearElementSchema()

Returns the schema for the clear element.

GetMetadata(String)

Returns metadata from the collection schema.

GetRemoveElementSchema()

Returns the schema for the remove element.

Applies to