Gets the name of the key column in the UD table that is used to join to the key column in the main table for the Application

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

Syntax

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

See Also