Gets an indicator of whether or not a row in this table is required for each row in the main table of Application.

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

Syntax

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

See Also