System.Web.Configuration.ProfileGroupSettingsCollection Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
AllKeysstring[].

Gets a string array of all the key values in the collection.

[read-only]
CollectionTypeSystem.Configuration.ConfigurationElementCollectionType.

Gets the System.Configuration.ConfigurationElementCollectionType of this collection.

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