|  | |
| Address Properties | |
The Address type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | City | 
  City
  | 
|  | CountryCode | 
  CountryCode (CAN and USA have special logic)
   Lookup: Country
  | 
|  | County | 
  County (has special validation rules if country is UK)
  | 
|  | StateOrProvinceCode | 
  StateOrProvinceCode (has special validation rules if the country is CAN or USA and is not valid when country is UK)
   Lookup: StateProvince
  | 
|  | Street1 | 
  First row of the Street address (refers to address 1 field when country is UK)
  | 
|  | Street2 | 
  Second row of the Street address (refers to address 2 field when country is UK)
  | 
|  | Street3 | 
  Third row of the Street address (refers to address 3 field when country is UK)
  | 
|  | ZipOrPostalCode | 
  ZipOrPostalCode (has special validation rules if the country is CAN or USA and refers to Postcode when country is UK)
  | 
 See Also
See Also