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.2.0

Syntax

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

See Also