Int32 Count { get; set; }
Defines the size of the list.
Returns: Int32
Remarks:
Setting the property creates or destroys appropriate number of list items. In derived components the AddItem function should be overriden to return the custom type object.