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

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

Syntax

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

See Also