Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > PersonIdentification Class : PersonTelephoneNumbers Property |
[ElementAttribute()] public List<string> PersonTelephoneNumbers {get; set;}
'Declaration
<ElementAttribute()> Public Property PersonTelephoneNumbers As List(Of String)
'Usage
Dim instance As PersonIdentification Dim value As List(Of String) instance.PersonTelephoneNumbers = value value = instance.PersonTelephoneNumbers
[ElementAttribute()] public: property List<String^>^ PersonTelephoneNumbers { List<String^>^ get(); void set ( List<String^>^ value); }