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
[read-only] | AllKeys | string[].
Returns an array containing the names of all the System.Web.Configuration.ProfileSection objects contained in the collection. |
[read-only] | CollectionType | System.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. |
[read-only] | AllowClear | bool.
Gets a value indicating whether the <clear> element is valid as a System.Web.Configuration.ProfilePropertySettings object. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection.
Gets a collection of configuration properties. |
[read-only] override | ThrowOnDuplicate | bool.
Gets a value indicating whether an error should be thrown if an attempt to create a duplicate object is made. |