The contact's preference of what to do when ordered items are not immediately available

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

Syntax

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

See Also