Class Country
Represents a country.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Country
Properties
CountryName
Gets or sets the name of the country.
Declaration
public string CountryName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the country. |
Iso2LetterCountryCode
Gets or sets the ISO 2 letter country code.
Declaration
public string Iso2LetterCountryCode { get; set; }
Property Value
Type | Description |
---|---|
string | The ISO 2 letter country code. |