CollectionElementType property: Collection class
Description
Use this property to return the element type for the collection items as an integer constant. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
2 |
%Document_Collection |
A Collection object. |
|
1 |
%Document_Compound |
A compound object. |
|
0 |
%Document_Primitive |
A primitive object. |
This property is read-only.