GetPropertyValues
This method retrieves profile properties and values from the Oracle profile database.
Declaration
// C# public override SettingsPropertyValueCollection GetPropertyValues(SettingsContext settingsContext, SettingsPropertyCollection settingsPropertyCollection);
Parameters
-
settingsContextThe
SettingsContextobject that contains user profile information. -
settingsPropertyCollectionThe
SettingsPropertyCollectionobject that contains profile information for the properties to be retrieved.
Return Value
A SettingsPropertyValueCollection object that contains profile property information and values.
Remarks
This method retrieves profile properties and values from the Oracle database for the user profile specified by the context. Profile properties and values are returned as a collection of SettingsPropertyValue objects.