







|
| MySQL Connector/Net |
| MySQLProfileProvider..::.SetPropertyValues Method |
| MySQLProfileProvider Class See Also Send Feedback |
Sets the values of the specified group of property settings.
Namespace:
MySql.Web.Profile
Assembly:
MySql.Web (in MySql.Web.dll) Version: 6.2.2.0
Syntax
| C# |
|---|
public override void SetPropertyValues( SettingsContext context, SettingsPropertyValueCollection collection ) |
| Visual Basic (Declaration) |
|---|
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.
