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

Syntax

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

See Also