Count property: PropertyInfo collection
Description
This property returns the number of PropertyInfo Properties objects in the PropertyInfo collection object.
Note:
All repository counts begin at zero, not one.
This property is read-only.
Example
&COUNT = &PropC.Count;
Related Topics