System.Configuration.SettingsSerializeAsAttribute
Specifies the serialization mechanism that the settings provider should use. This class cannot be inherited.
namespace System.Configuration
{
public sealed class SettingsSerializeAsAttribute : Attribute
{
public SettingsSerializeAs SerializeAs { get; }
public SettingsSerializeAsAttribute(SettingsSerializeAs serializeAs);
}
}