The CAddress that is the contact's preferred address for bills

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

Syntax

C#
public CAddressTransport PreferredBillAddress { get; }
Visual Basic (Declaration)
Public ReadOnly Property PreferredBillAddress As CAddressTransport
Visual C++
public:
property CAddressTransport^ PreferredBillAddress {
	CAddressTransport^ get ();
}

See Also