DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / DicomAttribute Class / Items Field

In This Topic
    Items Field
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute("Item")>
    Public Items As System.Collections.Generic.List(Of Item)
    [System.Xml.Serialization.XmlElement("Item")]
    public System.Collections.Generic.List<Item> Items
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also