Share via


CountryRegionInfo Class

CountryRegionInfo Class

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


Public Class CountryRegionInfo Inherits System.Object



[C#]

public class CountryRegionInfo : System.Object

Public Properties

Name Description
public propertyOfficialName

The official name of a country/region. For the short name of the country/region, use the FriendlyName property.

public propertyEntityID

A number representing the country/region Entity.ID property.

public propertyFriendlyName

The short name of a country/region. For the official name, use the OfficialName property.

public propertyIso2

The International Organization for Standardization (ISO) two-letter country code for current countries/regions.

public propertyIso3

The International Organization for Standardization (ISO) three-letter country code for current countries\ regions.

public propertyLatLong

The latitude and longitude coordinates (LatLong object) of a country/region entity.

Remarks

See Also

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