SetPropertyValues Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Sets the values of the specified group of property settings.

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

Syntax

C#
public override void SetPropertyValues(
	SettingsContext context,
	SettingsPropertyValueCollection collection
)
Visual Basic
Public Overrides Sub SetPropertyValues ( _
	context As SettingsContext, _
	collection As SettingsPropertyValueCollection _
)
Visual C++
public:
virtual void SetPropertyValues(
	SettingsContext^ context, 
	SettingsPropertyValueCollection^ collection
) override

Parameters

context
Type: System.Configuration..::..SettingsContext
A SettingsContext describing the current application usage.
collection
Type: System.Configuration..::..SettingsPropertyValueCollection
A SettingsPropertyValueCollection representing the group of property settings to set.

See Also