Indicates if contacts of this type are "Members" of the organization

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also