Indicates whether or not this view is required

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

Syntax

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

See Also