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.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string InstituteName { get; set; }
Visual Basic
Public Property InstituteName As String
	Get
	Set
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