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.2.0

Syntax

C#
public bool IsExternal { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsExternal As Boolean
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