NSUserDefaultsType 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.
This enum is used to select how to initialize a new instance of an NSUserDefaults.
public enum NSUserDefaultsType
type NSUserDefaultsType =
- Inheritance
-
NSUserDefaultsType
Fields
| Name | Value | Description |
|---|---|---|
| UserName | 0 | The name specifies a user name. |
| SuiteName | 1 | The name specifies a suite name. |