Click or drag to resize

RegistrySettingsBase Properties

The RegistrySettingsBase 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.
(Inherited from SettingsBase)
Public property Item Gets or sets the value of the specified field or property.
(Inherited from SettingsBase)
Public property KeyName Gets or sets name of default key used to access settings in the registry (e.g., "General Settings").
Protected property MemberAccessBindingFlags Gets or sets BindingFlags used to access fields and properties of derived class.
(Inherited from SettingsBase)
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.
(Inherited from SettingsBase)
Public property RootPath Gets or sets root registry path used to access settings in the registry (e.g., "HKEY_CURRENT_USER\\Software\\My Company\\My Product\\").
Public property UseCategoryAttributes Gets or sets value that determines whether a CategoryAttribute applied to a field or property will be used for the registry key names.
Top
See Also