This documentation is archived and is not being maintained.

SqlProfileProvider::GetPropertyValues Method

Retrieves profile property information and values from a SQL Server profile database.

Namespace:  System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

public:
virtual SettingsPropertyValueCollection^ GetPropertyValues(
	SettingsContext^ sc, 
	SettingsPropertyCollection^ properties
) override

Parameters

sc
Type: System.Configuration::SettingsContext

The SettingsContext that contains user profile information.

properties
Type: System.Configuration::SettingsPropertyCollection

A SettingsPropertyCollection containing profile information for the properties to be retrieved.

Return Value

Type: System.Configuration::SettingsPropertyValueCollection
A SettingsPropertyValueCollection containing profile property information and values.

The GetPropertyValues method is used by the ProfileBase class to retrieve profile properties for the current request that are managed by the SqlProfileProvider. Property values are returned from the data source for the application specified by the applicationName attribute in the configuration file. Property values and additional property information are returned as a collection of SettingsPropertyValue objects.

The following code example lists the profile properties and values identified in the current profile.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: