Click or drag to resize

AddressUnit Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents the unit identifier portion of an address, e.g. "Apartment 3a". It consists of a single unit type and its corresponding unit number. The unit number can be non-numeric, e.g. 3a.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AddressesAddressUnit

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class AddressUnit

The AddressUnit type exposes the following members.

Constructors
  NameDescription
Public methodAddressUnit
Initializes a new instance of the AddressUnit class
Top
Properties
  NameDescription
Public propertyUnit
The unit number, e.g. 1, 1a, 1aa.
Public propertyUnitType
The unit type e.g. suite, unit, apartment.
Top
Methods
See Also