The name of the table that holds this fields data (i.e., the field is a column in this table)

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

Syntax

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

See Also