Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.CountryISO3166.Country.AddressType Property

Defines the address type typically used by the country.

Class: YetaWF.Core.Components.CountryISO3166.Country
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public string AddressType { get; set; }

Remarks

Possible values are US, Zip1, ZipLast, Generic. There values can be used to display an address in a suitable format. US represents a US address in the format typically used in the US: city, state ZIPcode. Zip1 represents an address with a zipcode or postal code in front of the city name. ZipLast represents an address with a zipcode or postal code after the city name. Generic represents an address just a city name (which may include postal code information).

See Also YetaWF.Core.Components.CountryISO3166.Country ClassYetaWF.Core Overview