System.Web.Configuration.ClientTargetCollection: Method Members

The methods of System.Web.Configuration.ClientTargetCollection are listed below. For a list of all members, see the ClientTargetCollection Members list.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

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.