Share via


CountryRegionInfo Class

CountryRegionInfo Class

Contains information about a country or region, including the name, entity ID, latitude and longitude coordinates, codes, and language.

Public Class CountryRegionInfo

[C#]
public class CountryRegionInfo : System.Object
    Member of [Namespace]

Public Properties

public propertyEntityID The number representing the country or region Entity.ID property. Integer.
public propertyFriendlyName The short name of the country or region. String.
public propertyIso2 The ISO (International Organization for Standardization) two-letter country code (valid for countries or regions only). String.
public propertyIso3 The ISO three-letter country code (valid for countries or regions only). String.
public propertyLatLong The latitude and longitude coordinates (LatLong object) of the country or region entity.
public propertyOfficialName The official name of the country or region. String.

Remarks

See Also

Entity.ID Property | LatLong Class | CommonServiceSoap.GetCountryRegionInfo Method