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

Syntax

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

See Also