DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / NativeDicomModel Class / Attributes Field

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also