System.Web.Configuration.NamespaceCollection Members

The members of System.Web.Configuration.NamespaceCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Initializes a new instance of the System.Web.Configuration.NamespaceCollection class.

Public Properties

AutoImportVBNamespacebool.

Gets or sets a value that determines whether the Visual Basic namespace is imported without having to specify it.

default property
Item(int)NamespaceInfo. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Public Methods

Add(NamespaceInfo)

Adds a System.Web.Configuration.NamespaceInfo object to the collection.

Clear()

Removes all System.Web.Configuration.NamespaceInfo objects from the collection.

Remove(string)

Removes the System.Web.Configuration.NamespaceInfo object with the specified key from the collection.

RemoveAt(int)

Removes a System.Web.Configuration.ProfileGroupSettings object from the specified index in the collection.

Protected Methods

override
CreateNewElement() : System.Configuration.ConfigurationElement
Documentation for this section has not yet been entered.
override
GetElementKey(System.Configuration.ConfigurationElement) : object
Documentation for this section has not yet been entered.