IsOrdered indicates whether the collection is ordered.
Member of Collection Accessor (PRIM_COAC)
Data Type - Boolean
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.
Febuary 18 V14SP2