Class NSPreferenceSpec
Preference specification, consisting of the section name and key name.
Constructors
NSPreferenceSpec()
Initializes a new instance of the NSPreferenceSpec class.
Declaration
NSPreferenceSpec Methods
GetKey()
Declaration
String GetKey() Examples
NSPreferenceSpec thing;
String key = thing.GetKey();
Returns
| Type | Description |
| String | Preference key name. |
GetSection()
Declaration
String GetSection() Examples
NSPreferenceSpec thing;
String section = thing.GetSection();
Returns
| Type | Description |
| String | Preference section name. |