Gets or sets an indicator of whether or not to print the ship-to customer's business title on the ship-to address.

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

Syntax

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

Field Value

True if the ship-to customer's business title should be printed on the ship-to address; false if it should not

Remarks

The business title (or job title) is like CEO, Staff Accountant, etc.

See Also