SettingStorage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes where settings are stored.
public enum class SettingStorage
public enum class SettingStorage
enum SettingStorage
public enum SettingStorage
type SettingStorage =
Public Enum SettingStorage
- Inheritance
-
SettingStorage
Fields
Disk | 1 | Settings are stored on disk. |
Registry | 0 | Settings are stored in the registry. |