C1.Web.Api.Report.Models Namespace / CatalogItem Class / Items Property
Items Property (CatalogItem)
In This Topic
Gets the collection of child items.
Syntax
'Declaration
 
Public ReadOnly Property Items As IList(Of CatalogItem)
 
See Also