SettingsSavedEventArgs Constructor (IEnumerable(Of String))

 

Initializes a new instance of the SettingsSavedEventArgs class.

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

Public Sub New (
	failedSettingsList As IEnumerable(Of String)
)

Parameters

failedSettingsList
Type: System.Collections.Generic.IEnumerable(Of String)

The settings that the settings provider was unable to save.

.NET Framework
Available since 3.5
Return to top
Show: