PostalAddress

PostalAddress class

Represents a postal address.

The PostalAddress type exposes the following members:

Constructors

NameDescription
PostalAddress()Initializes a new instance of the PostalAddress class

Properties

NameDescription
preferedGets or sets a value which defines whether postal address is preferred.
categoryGets or sets an object category
is_mailing_addressGets or sets a value which defines whether address may be used for mailing.
streetGets or sets a street
cityGets or sets a city
addressGets or sets an address
country_codeGets or sets a country code
post_office_boxGets or sets a post Office box
countryGets or sets a country
postal_codeGets or sets a post code
state_or_provinceGets or sets a region

Methods

NameDescription
equals(obj)
equals(x, y)
get_hash_code(obj)
compare_to(obj)

See Also