Indicates whether or not this is the Contact's preferred shipping address (address at which he/she/it wishes to receive orders). NOTE: PreferredShip can only be set to true. When one is set to true, all others are set to false.

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

Syntax

C#
public bool IsPreferredShip { get; set; }
Visual Basic
Public Property IsPreferredShip As Boolean
	Get
	Set
Visual C++
public:
property bool IsPreferredShip {
	bool get ();
	void set (bool value);
}

See Also