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

Syntax

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

See Also