System.Web.Configuration.ProfileGroupSettingsCollection: Method Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Methods

Add(ProfileGroupSettings)

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

Clear()

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

Get(int) : ProfileGroupSettings

Returns the System.Web.Configuration.ProfileGroupSettings object at the specified index.

Get(string) : ProfileGroupSettings

Returns the System.Web.Configuration.ProfileGroupSettings object with the specified name.

GetKey(int) : string

Returns the name of the System.Web.Configuration.ProfileGroupSettings object at the specified index.

IndexOf(ProfileGroupSettings) : int

Returns the index of the specified System.Web.Configuration.ProfileGroupSettings object.

Remove(string)

Removes a System.Web.Configuration.ProfileGroupSettings object from the collection.

RemoveAt(int)

Removes a System.Web.Configuration.ProfileGroupSettings object from the collection.

Set(ProfileGroupSettings)

Adds the specified System.Web.Configuration.ProfileGroupSettings object to 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.
override
IsModified() : bool
Documentation for this section has not yet been entered.
override
ResetModified()
Documentation for this section has not yet been entered.