Represents a physical address and its related non-physical addresses (i.e., the phone fax, toll-free and email address used at the physical location). Address objects can only be accessed thru the Contact, Order, Event, etc that they are associated with. The do not live independently.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public class CAddress : CAddressBasic
Visual Basic (Declaration)
Public Class CAddress _
	Inherits CAddressBasic
Visual C++
public ref class CAddress : public CAddressBasic

Inheritance Hierarchy

System..::.Object
  Asi.iBO..::.iboBase
    Asi.iBO.ContactManagement..::.CAddressBasic
      Asi.iBO.ContactManagement..::.CAddress

See Also