In This Topic
Internal Use Only
Syntax
'Declaration
<System.Xml.Serialization.XmlElementAttribute("DicomAttribute")>
Public Attributes As System.Collections.Generic.List(Of DicomAttribute)
'Usage
Dim instance As Item
Dim value As System.Collections.Generic.List(Of DicomAttribute)
value = instance.Attributes
instance.Attributes = value
[System.Xml.Serialization.XmlElement("DicomAttribute")]
public System.Collections.Generic.List<DicomAttribute> Attributes
public field Attributes: System.Collections.Generic.List;
System.Xml.Serialization.XmlElementAttribute("DicomAttribute")
public var Attributes : System.Collections.Generic.List;
[System.Xml.Serialization.XmlElement("DicomAttribute")]
public: System.Collections.Generic.List<DicomAttribute*>* Attributes
[System.Xml.Serialization.XmlElement("DicomAttribute")]
public:
System.Collections.Generic.List<DicomAttribute^>^ Attributes
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also