The name assigned to the table.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property TableName As String
C#
string TableName { get; }
C++
property string TableName abstract  {
    String get();
}
J#
/** property */
public string get_TableName();
JScript
public function get TableName() : String

Remarks

See Also