Gets or sets the middle name of the contact/customer.

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

Syntax

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

Field Value

A free form text field containing the first (or given) name 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 property to be recalculated.

See Also