Gets an indicator of whether the table is External to the iMIS database

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

Syntax

C#
public bool IsExternal { get; }
Visual Basic
Public ReadOnly Property IsExternal As Boolean
	Get
Visual C++
public:
property bool IsExternal {
	bool get ();
}

Field Value

True if the table is external to the iMIS database, false if it is within the iMIS database

See Also