| NamedEntityLocales Property  | 
                Gets or sets the locales specified by the user.
            
 
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxprotected IEnumerable<string> Locales { get; set; }Protected Property Locales As IEnumerable(Of String)
	Get
	Set
protected:
property IEnumerable<String^>^ Locales {
	IEnumerable<String^>^ get ();
	void set (IEnumerable<String^>^ value);
}member Locales : IEnumerable<string> with get, set
Property Value
Type: 
IEnumerableString
See Also