Show / Hide Table of Contents

Class Preference

Represents a User's Preference.

Inheritance
System.Object
Preference
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Preference : IXmlSerializable

Properties

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

Back to top Built by Itinero, MIT licensed.