Click or drag to resize

SettingsBase Properties

The SettingsBase type exposes the following members.

Properties
  Name Description
Public property Culture Gets or sets the CultureInfo to use for the conversion of setting values to and from String.
Public property Item Gets or sets the value of the specified field or property.
Protected property MemberAccessBindingFlags Gets or sets BindingFlags used to access fields and properties of derived class.
Public property RequireSerializeSettingAttribute Gets or sets flag that determines if SerializeSettingAttribute is required to exist before a field or property is serialized to the configuration file; defaults to False.
Top
See Also