PostalAddress

PostalAddress class

Represents a postal address.

Constructors

NameDescription
PostalAddress

Methods

NameDescription
CompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Equals (3 overloads)
get_AddressGets an address
get_CategoryGets an object category
get_CityGets a city
get_CountryGets a country
get_CountryCodeGets a country code
get_IsMailingAddressGets a value which defines whether address may be used for mailing.
get_PostalCodeGets a post code
get_PostOfficeBoxGets a post Office box
get_PreferedGets a value which defines whether postal address is preferred.
get_StateOrProvinceGets a region
get_StreetGets a street
GetHashCode (2 overloads)GetHashCode returns a hash function for this object.
set_AddressSets an address
set_CategorySets an object category
set_CitySets a city
set_CountrySets a country
set_CountryCodeSets a country code
set_IsMailingAddressSets a value which defines whether address may be used for mailing.
set_PostalCodeSets a post code
set_PostOfficeBoxSets a post Office box
set_PreferedSets a value which defines whether postal address is preferred.
set_StateOrProvinceSets a region
set_StreetSets a street
ToStringReturns a string that represents the current object.
operator!=Determines whether the specified objects are not equal.
operator==Determines whether the specified objects are equal.