Class Country
Namespace: System.Dynamic.ExpandoObject
Syntax
public class Country : ReferenceObject, IReferenceObject
Properties
Declaration
public string Alpha2 { get; set; }
Property Value
Declaration
public string Alpha3 { get; set; }
Property Value
Declaration
public string CountryCode { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public TranslatedStringDictionary Names { get; set; }
Property Value
Declaration
public string RegionCode { get; set; }
Property Value