SettingsSavedEventArgs::FailedSettingsList Property

 

Gets the settings that the ClientSettingsProvider was unable to save to the server.

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

public:
property ReadOnlyCollection<String^>^ FailedSettingsList {
	ReadOnlyCollection<String^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

The settings that were not saved.

One reason that the provider might fail to save the settings is if the current user has been logged out. You can use the FailedSettingsList property to determine whether any settings were not successfully saved.

The following example code demonstrates how to use this property to display a list of settings that were not successfully saved.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: