Address Properties |
The Address type exposes the following members.
Name | Description | |
---|---|---|
![]() | City |
Get or set the city.
|
![]() | Description |
Returns the address in the following format:
City, State.
|
![]() | DescriptionWithZip |
Returns the address in the following format:
City [County] State Zip (when the county is not blank).
City, State Zip (when the county is blank).
|
![]() | DescriptionWithZipAndCountryCode |
Returns the address the same as the DescriptionWithZip property
except that if the CountryCode is not blank, it will be appended
to the end of the address.
|
![]() | OutsideCityLimits |
Get or set the inside/outside of city limits.
|
![]() | State |
Get or set the state.
|
![]() | Zip |
Gets or sets the ZIP or postal code.
|