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






    Values Field
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute("Value")>
    Public Values As System.Collections.Generic.List(Of Value)
     
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As System.Collections.Generic.List(Of Value)
     
    value = instance.Values
     
    instance.Values = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also