System.Web.Configuration.ProfilePropertySettingsCollection: Method Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Methods

Add(ProfilePropertySettings)

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

Clear()

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

Get(int) : ProfilePropertySettings

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

Get(string) : ProfilePropertySettings

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

GetKey(int) : string

Gets the name of the System.Web.Configuration.ProfilePropertySettings at the specified index location.

IndexOf(ProfilePropertySettings) : int

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

Remove(string)

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

RemoveAt(int)

Removes a System.Web.Configuration.ProfilePropertySettings object at the specified index location from the collection.

Set(ProfilePropertySettings)

Adds the specified System.Web.Configuration.ProfilePropertySettings 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

Gets the key for the specified configuration element.

override
OnDeserializeUnrecognizedElement(string, System.Xml.XmlReader) : bool

Handles the reading of unrecognized configuration elements from a configuration file and causes the configuration system to throw an exception if the element cannot be handled.