Gets or sets the name of the institute/company for which the ship to customer works, or if the customer is an institute/company, its name.

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

Syntax

C#
public string InstituteName { get; set; }
Visual Basic (Declaration)
Public Property InstituteName As String
Visual C++
public:
property String^ InstituteName {
	String^ get ();
	void set (String^ value);
}

Field Value

A free text field containing the name of the institute/company for which the ship to customer works, or if this contact is an institute/company, its name

Remarks

Changes to this property will also cause the InstituteSort property to be recalculated.

See Also