The number of Instances of the table that exists for this Contact (for Multi-instance tables)

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

Syntax

C#
public int InstancesCount { get; }
Visual Basic
Public ReadOnly Property InstancesCount As Integer
	Get
Visual C++
public:
property int InstancesCount {
	int get ();
}

See Also