Gets or sets the middle name of the ship-to customer.

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

Syntax

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

Field Value

A free form text field containing the middle name or initial of this contact.

Remarks

If only a single initial is set, a period will be added. Should not be set if the contact itself is an institute/company. This field will be converted to title case where the first letter of each word is capitalized except for those defined in the "StayLower" system setting. Changes to this property will also cause the FullName and LastFirst properties to be recalculated.

See Also