The job title of the CContact to which the COrder is shipped. Like CEO, Staff Accountant, etc.

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

Syntax

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

Remarks

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.

See Also