Click or drag to resize

Address2 Properties

The Address2 type exposes the following members.

Properties
  NameDescription
Public propertyActorId
ID of the parent object. Is required.
Public propertyActorTypeId
Actor Type of the parent object. Is required.
Public propertyCity
City name. Max Length=128
Public propertyCountry
Country abbreviation. Max Length=2
Public propertyGeoStatusId
Geocoding status matching enumeration GeoStatus.
Public propertyLatitude
Location’s latitude. Min value of -90, max value 90
Public propertyLongitude
Location’s longitude. Min value of -180, max value 180
Public propertyState
State abbreviation. Max Length=128
Public propertyStreet
Street name. Max Length=128. Is required.
Public propertyStreet2
Street name (extension). Max Length=128
Public propertyTypeId
Type of the address. Unknown, Primary or Home. Is required.
Public propertyZip
ZIP code. Max Length=10
Top
See Also