Gets an indicator of whether this table allows for multiple rows per instance of the related table (i.e., a counpound key)

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

Syntax

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

See Also