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)
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As System.Collections.Generic.List(Of Item)
     
    value = instance.Items
     
    instance.Items = value
    [System.Xml.Serialization.XmlElement("Item")]
    public System.Collections.Generic.List<Item> Items
    public field Items: System.Collections.Generic.List; 
    System.Xml.Serialization.XmlElementAttribute("Item")
    public var Items : System.Collections.Generic.List;
    [System.Xml.Serialization.XmlElement("Item")]
    public: System.Collections.Generic.List<Item*>* Items
    [System.Xml.Serialization.XmlElement("Item")]
    public:
    System.Collections.Generic.List<Item^>^ Items
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also