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.2.0
Syntax
| C# |
|---|
public bool PrintInstituteNameOnShipTo { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PrintInstituteNameOnShipTo As Boolean |
| 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