The functional (job) title of the contact. Functional title is used to group people with the same job function but different actual job titles together for querying, sorting or reporting. For example, contacts with a title of Secretary, Office Assistant, and Receptionist might all get the Functional Title "Office Assistant".

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

Syntax

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

See Also