Click or drag to resize

Address Properties

The Address type exposes the following members.

Properties
  NameDescription
Public propertyCity
City
Public propertyCountryCode
CountryCode (CAN and USA have special logic) Lookup: Country
Public propertyCounty
County (has special validation rules if country is UK)
Public propertyStateOrProvinceCode
StateOrProvinceCode (has special validation rules if the country is CAN or USA and is not valid when country is UK) Lookup: StateProvince
Public propertyStreet1
First row of the Street address (refers to address 1 field when country is UK)
Public propertyStreet2
Second row of the Street address (refers to address 2 field when country is UK)
Public propertyStreet3
Third row of the Street address (refers to address 3 field when country is UK)
Public propertyZipOrPostalCode
ZipOrPostalCode (has special validation rules if the country is CAN or USA and refers to Postcode when country is UK)
Top
See Also