Indicates whether or not Functional Titles should be used/shown to the user. See FunctionalTitle

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

Syntax

C#
public bool UseFunctionalTitle { get; }
Visual Basic
Public ReadOnly Property UseFunctionalTitle As Boolean
	Get
Visual C++
public:
property bool UseFunctionalTitle {
	bool get ();
}

See Also