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



In This Topic
    PersonNames Property
    In This Topic
    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
    public List<PersonName> PersonNames {get; set;}
    public:
    property List<PersonName^>^ PersonNames {
       List<PersonName^>^ get();
       void set (    List<PersonName^>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also