Collection - IsOrdered Property

IsOrdered indicates whether the collection is ordered.

Member of Collection (PRIM_COLL)

Data Type - Boolean

Details

The IsOrdered indicates whether the collection is ordered.
 
List and Array collections are ordered and allow access via an index
 
Dictionary and Keyed collections require a key to access an item.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2