PostalAddressCategory

PostalAddressCategory class

Represents category for a postal address

The PostalAddressCategory type exposes the following members:

Constructors

NameDescription
PostalAddressCategory(description)Initializes a new instance of the PostalAddressCategory class

Properties

NameDescription
homeDefines a type of an address as a home address.
workDefines a type of an address as a work address.
customDefines a type of an address as an address of type other.
valueGets category of a postal address
descriptionGets description for the ‘Custom’ category of a postal address
HOME_VALUEString value for ‘Home’ category
WORK_VALUEString value for ‘Work’ category
CUSTOM_VALUEString value for ‘Custom’ category

Methods

NameDescription
equals(other)

See Also