Address.CountryCode

Address.CountryCode property

Gets or sets the two-letter ISO country code.

The country code is mandatory unless the entire address contains null or emtpy values.

public string CountryCode { get; set; }

Property Value

The ISO country code.

See Also