System.Web.Configuration.ClientTargetCollection Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
AllKeysstring[].

Returns an array of the keys for all the configuration elements contained in the System.Web.Configuration.ClientTargetCollection collection.

default property
Item(int)ClientTarget. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)ClientTarget. 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(ClientTarget)

Adds the specified System.Web.Configuration.ClientTarget object to the collection.

Clear()

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

GetKey(int) : string

Gets the collection key for the specified element.

Remove(string)

Removes the System.Web.Configuration.ClientTarget object with the specified alias from the collection.

Remove(ClientTarget)

Removes the specified System.Web.Configuration.ClientTarget object from the collection.

RemoveAt(int)

Removes the System.Web.Configuration.ClientTarget object with the specified collection index.

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.