| Address2 Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Address2 : CorrigoEntityWithOptimisticLock
The Address2 type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActorId | 
            ID of the parent object.
            Is required.
             | 
|  | ActorTypeId | 
            Actor Type of the parent object.
            Is required.
             | 
|  | City | 
            City name.
            Max Length=128
             | 
|  | Country | 
            Country abbreviation. 
            Max Length=2
             | 
|  | GeoStatusId | 
            Geocoding status matching enumeration GeoStatus.
             | 
|  | Latitude | 
            Location’s latitude.
            Min value of -90, max value 90 
             | 
|  | Longitude | 
            Location’s longitude.
            Min value of -180, max value 180
             | 
|  | State | 
            State abbreviation. 
            Max Length=128
             | 
|  | Street | 
            Street name.
            Max Length=128.
            Is required.
             | 
|  | Street2 | 
            Street name (extension).
            Max Length=128
             | 
|  | TypeId | 
            Type of the address.
            ([CLookup] records of type 'SADT').
            Unknown, Primary or Home.
            Is required.
             | 
|  | Zip | 
            ZIP code. 
            Max Length=10
             | 
 See Also
See Also