Gets the result of the duplicate matching formula used to help to prevent duplicate contacts from being input.

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

Syntax

C#
public string DuplicateMatchingFactor { get; }
Visual Basic
Public ReadOnly Property DuplicateMatchingFactor As String
	Get
Visual C++
public:
property String^ DuplicateMatchingFactor {
	String^ get ();
}

See Also