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






    PersonNames Field
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also