Gets an indicator of whether or not this table will become part of the Name_All view. For dues billing and reporting purposes.

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

Syntax

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

See Also