Gets and sets the table name for this FilterIn.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual string TableName { get; set; }
Visual Basic
Public Overridable Property TableName As String
	Get
	Set
Visual C++
public:
virtual property String^ TableName {
	String^ get ();
	void set (String^ value);
}

Field Value

The table name of this FilterIn. Note that for the setter, the table names NavStateRecords and AllBaseRecords are reserved and therefore cannot be specified.

See Also