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.4.0
Syntax public 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,
StringSee Also