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.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Dictionary<string, string> Names { get; }
Public ReadOnly Property Names As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Names {
Dictionary<String^, String^>^ get ();
}
member Names : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
String
See Also