Gets the value of Member_Control.FindListFieldNames in the System_Params table.

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

Syntax

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

See Also