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: 3.0.0
Syntax public 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,
StringSee Also