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 CAddress PreferredBillAddress { get; }
Visual Basic (Declaration)
Public ReadOnly Property PreferredBillAddress As CAddress
Visual C++
public:
property CAddress^ PreferredBillAddress {
	CAddress^ get ();
}

See Also