DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / DicomAttribute Class / PersonNames Property



    PersonNames Property
    Internal Use Only
    Syntax
    'Declaration
     
    Public Property PersonNames As List(Of PersonName)
     
    'Usage
     
    Dim instance As DicomAttribute
    Dim value As List(Of PersonName)
     
    instance.PersonNames = value
     
    value = instance.PersonNames
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also