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

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also