Click or drag to resize
Address Properties

The Address type exposes the following members.

Properties
  NameDescription
Public propertyCity
Get or set the city.
Public propertyDescription
Returns the address in the following format: City, State.
Public propertyDescriptionWithZip
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).
Public propertyDescriptionWithZipAndCountryCode
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.
Public propertyOutsideCityLimits
Get or set the inside/outside of city limits.
Public propertyState
Get or set the state.
Public propertyZip
Gets or sets the ZIP or postal code.
Top
See Also