In This Topic
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
[System.Xml.Serialization.XmlElement("Value")]
public System.Collections.Generic.List<Value> Values
public field Values: System.Collections.Generic.List;
System.Xml.Serialization.XmlElementAttribute("Value")
public var Values : System.Collections.Generic.List;
[System.Xml.Serialization.XmlElement("Value")]
public: System.Collections.Generic.List<Value*>* Values
[System.Xml.Serialization.XmlElement("Value")]
public:
System.Collections.Generic.List<Value^>^ Values
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also