This topic has not yet been rated - Rate this topic

ConfigurationCollectionSchema Class

IIS 7.0

Represents the schema for a collection in the IIS 7 configuration system.

System..::..Object
  Microsoft.Web.Administration..::..ConfigurationCollectionSchema

Namespace:  Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
public sealed class ConfigurationCollectionSchema

The ConfigurationCollectionSchema type exposes the following members.

  Name Description
Public property AddElementNames Gets a comma-delimited list of names of elements that can add items to the collection.
Public property AllowDuplicates Gets a value indicating whether the collection allows duplicate keys.
Public property ClearElementName Gets the name of the element that will be used to clear all items from the collection.
Public property IsMergeAppend Gets a value indicating whether local elements are merged after inherited elements are added to the collection.
Public property RemoveElementName Gets the name of the element that will be used to remove an item from the collection.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAddElementSchema Returns the schema for the add element that has the specified name.
Public method GetClearElementSchema Returns the schema for the clear element.
Public method GetHashCode (Inherited from Object.)
Public method GetMetadata Returns metadata from the collection schema.
Public method GetRemoveElementSchema Returns the schema for the remove element.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ