Gets or sets an indicator of whether or not to print the ship-to customer's InstituteName (company name) 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 PrintInstituteNameOnShipTo { get; set; }
Visual Basic
Public Property PrintInstituteNameOnShipTo As Boolean
	Get
	Set
Visual C++
public:
property bool PrintInstituteNameOnShipTo {
	bool get ();
	void set (bool value);
}

Field Value

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

See Also