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

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

Syntax

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

See Also