ClientSettingsProvider::SetPropertyValues Method (SettingsContext^, SettingsPropertyValueCollection^)

 

Sets the values of the specified group of property settings.

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
virtual void SetPropertyValues(
	SettingsContext^ context,
	SettingsPropertyValueCollection^ propertyValueCollection
) override

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
Return to top
Show: