Click or drag to resize
NamedEntityNames Property
A DictionaryTKey, TValue from locale codes to the name in that locale. Don't use any of these names as a database or dictionary key. Use the or relevant code instead.

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public Dictionary<string, string> Names { get; }

Property Value

Type: DictionaryString, String
See Also