System.Web.Configuration.ProfilePropertySettingsCollection Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
AllKeysstring[].

Returns an array containing the names of all the System.Web.Configuration.ProfileSection objects contained in the collection.

[read-only]
CollectionTypeSystem.Configuration.ConfigurationElementCollectionType. Documentation for this section has not yet been entered.
default property
Item(int)ProfilePropertySettings. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)ProfilePropertySettings. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
AllowClearbool.

Gets a value indicating whether the <clear> element is valid as a System.Web.Configuration.ProfilePropertySettings object.

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection.

Gets a collection of configuration properties.

[read-only]
override
ThrowOnDuplicatebool.

Gets a value indicating whether an error should be thrown if an attempt to create a duplicate object is made.

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.