XPRMObjectsList Properties
The XPRMObjectsList type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | Count | 
       The number of items in the list. 
      | 
|  | IsFixedSize | 
       True if the list is of fixed size (ie items cannot be added by the user). XPRMObjectsList objects are always of fixed size. 
      | 
|  | IsReadOnly | 
       True if the list is read-only (ie items cannot be added or removed by the user). XPRMObjectsList objects are always read-only. 
      | 
|  | IsStatic | Obsolete. 
       Returns TRUE if the collection is backed by an array (and thus static); FALSE if not (and thus the content can change as it's fetched directly from Mosel). This property is supplied to maintain compatibility with older versions; now, it always returns TRUE as XPRMObjectsList objects are always backed by an array. 
      | 
|  | IsSynchronized | 
       Gets a value indicating whether access to the ICollection is synchronized (thread-safe). 
      | 
|  | Item | 
       Indexer allowing you to access items in the list by their 0-based index. 
      | 
|  | Model | 
       Used to fetch the XPRM model to which this object belongs, or else 'null' if there is no model anywhere among this Object's ancestors. 
     (Inherited from XPRMObjectBase.) | 
|  | Owner | 
       Used to fetch the XPRM object to which this object belongs 
     (Inherited from XPRMObjectBase.) | 
|  | SyncRoot | 
       An object that can be used to synchronize access to the 
      ICollection. 
      | 
 See Also
See Also
 
