Class Preference
Represents a User's Preference.
Inheritance
System.Object
    Preference
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Preference : IXmlSerializableProperties
Key
Gets or sets the Key.
Declaration
public string Key { get; set; }Property Value
| System.String 
 | 
Value
Gets or sets the Value.
Declaration
public string Value { get; set; }Property Value
| System.String 
 |