System.Web.Configuration.ProfilePropertySettingsCollection: Property Members

The properties 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 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.