ClientSettingsProvider.SetPropertyValues Method (SettingsContext, SettingsPropertyValueCollection)
.NET Framework (current version)
Sets the values of the specified group of property settings.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
override SetPropertyValues : context:SettingsContext * propertyValueCollection:SettingsPropertyValueCollection -> unit
Parameters
- context
-
Type:
System.Configuration.SettingsContext
A SettingsContext describing the current application usage.
- propertyValueCollection
-
Type:
System.Configuration.SettingsPropertyValueCollection
A SettingsPropertyValueCollection representing the group of property settings to set.
.NET Framework
Available since 3.5
Available since 3.5
Show: