Web API Core | ComponentOne
C1.Web.Api.Report.Models Namespace / CatalogItem Class / Items Property

In This Topic
    Items Property (CatalogItem)
    In This Topic
    Gets the collection of child items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As IList(Of CatalogItem)
    public IList<CatalogItem> Items {get;}
    See Also