Class Pref
Class for specifying language preferences
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class Pref
  Properties
| Edit this page View SourcelangList
Array of strings, each element is a language subtag. Required.
Declaration
public List<string> langList { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | 
langTest
String containing a language subtag. Required.
Declaration
public string langTest { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |