←Select platform

PersonTelephoneNumbers Property

Summary

Gets or sets the person telephone numbers.

Syntax

C#
VB
C++
[Element(DicomTag.PersonTelephoneNumbers)] 
public List<string> PersonTelephoneNumbers { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property PersonTelephoneNumbers As List(Of String) 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property List<String^>^ PersonTelephoneNumbers { 
   List<String^>^ get(); 
   void set (    List<String^>^ ); 
} 

Property Value

The person telephone numbers.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly