Gets an indication of whether a custom stored procedure exists and should be use to determine the LastFirst string of a Contact.

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

Syntax

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

See Also