System.Web.Profile.ProfileBase.Properties Property

Gets a collection of System.Configuration.SettingsProperty objects for each property in the profile.

Syntax

public static System.Configuration.SettingsPropertyCollection Properties { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this property to get information about the profile properties configured for an application, including property names and types. You can also reference the System.Web.Profile.ProfileProvider of each property. A System.Web.Profile.ProfileProvider manages storage and retrieval of property values to and from the data source.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0