GetPropertyValues Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Returns the collection of settings property values for the specified application instance and settings property group.

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.8.4.0

Syntax

C#
public override SettingsPropertyValueCollection GetPropertyValues(
	SettingsContext context,
	SettingsPropertyCollection collection
)
Visual Basic
Public Overrides Function GetPropertyValues ( _
	context As SettingsContext, _
	collection As SettingsPropertyCollection _
) As SettingsPropertyValueCollection
Visual C++
public:
virtual SettingsPropertyValueCollection^ GetPropertyValues(
	SettingsContext^ context, 
	SettingsPropertyCollection^ collection
) override

Parameters

context
Type: System.Configuration..::..SettingsContext
A SettingsContext describing the current application use.
collection
Type: System.Configuration..::..SettingsPropertyCollection
A SettingsPropertyCollection containing the settings property group whose values are to be retrieved.

Return Value

A SettingsPropertyValueCollection containing the values for the specified settings property group.

See Also