CountryCode

SwissAddress.CountryCode property

Gets or sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or empty values.

public string CountryCode { get; set; }

Property Value

The ISO country code.

See Also