MetadataDescription Property  | 
 
                A map from locale codes to the database description in that language.
            
 
    Namespace: 
   MaxMind.Db
    Assembly:
   MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntaxpublic IDictionary<string, string> Description { get; }Public ReadOnly Property Description As IDictionary(Of String, String)
	Get
public:
property IDictionary<String^, String^>^ Description {
	IDictionary<String^, String^>^ get ();
}member Description : IDictionary<string, string> with get
Property Value
Type: 
IDictionaryString, 
String
See Also