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

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

Syntax

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

See Also