Gets an array listing the names of all of the ExtTables (User Defined Tables) defined in the system

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

Syntax

C#
public string[] ExtTableNames { get; }
Visual Basic (Declaration)
Public ReadOnly Property ExtTableNames As String()
Visual C++
public:
property array<String^>^ ExtTableNames {
	array<String^>^ get ();
}

See Also