MySQLProfileProvider.GetPropertyValues Method

MySQL Connector/Net

MySQLProfileProviderGetPropertyValues Method

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override SettingsPropertyValueCollection GetPropertyValues(
	SettingsContext context,
	SettingsPropertyCollection collection
)
Public Overrides Function GetPropertyValues ( 
	context As SettingsContext,
	collection As SettingsPropertyCollection
) As SettingsPropertyValueCollection
public:
virtual SettingsPropertyValueCollection^ GetPropertyValues(
	SettingsContext^ context, 
	SettingsPropertyCollection^ collection
) override
abstract GetPropertyValues : 
        context : SettingsContext * 
        collection : SettingsPropertyCollection -> SettingsPropertyValueCollection 
override GetPropertyValues : 
        context : SettingsContext * 
        collection : SettingsPropertyCollection -> SettingsPropertyValueCollection 

Parameters

context
Type: System.ConfigurationSettingsContext
collection
Type: System.ConfigurationSettingsPropertyCollection

Return Value

Type: SettingsPropertyValueCollection
See Also