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