Gets an indication of whether a custom stored procedure exists and should be use to determine the Company Sort Name of a Contact.

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

Syntax

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

See Also