Gets an indication of whether a custom or default stored procedure should be used, instead of .NET code, to determine the LastFirst string of a Contact.

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

Syntax

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

See Also