DefaultProfileProvider.GetPropertyValues Method (SettingsContext, SettingsPropertyCollection)

 

Reads a profile.

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

Syntax

public override SettingsPropertyValueCollection GetPropertyValues(
    SettingsContext context,
    SettingsPropertyCollection collection
)
public:
virtual SettingsPropertyValueCollection^ GetPropertyValues(
    SettingsContext^ context,
    SettingsPropertyCollection^ collection
) override
override GetPropertyValues : 
        context:SettingsContext *
        collection:SettingsPropertyCollection -> SettingsPropertyValueCollection
Public Overrides Function GetPropertyValues (
    context As SettingsContext,
    collection As SettingsPropertyCollection
) As SettingsPropertyValueCollection

Parameters

Return Value

Type: System.Configuration.SettingsPropertyValueCollection

A specified profile.

See Also

DefaultProfileProvider Class
System.Web.Providers Namespace
ASP.NET Identity

Return to top