The job title of the contact. Like CEO, Staff Accountant, etc.

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

Syntax

C#
public string Title { get; set; }
Visual Basic (Declaration)
Public Property Title As String
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