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 > ContentItem Class : PersonName Property |
[ElementAttribute()] public string PersonName {get; set;}
'Declaration
<ElementAttribute()> Public Property PersonName As String
'Usage
Dim instance As ContentItem Dim value As String instance.PersonName = value value = instance.PersonName
[ElementAttribute()] public: property String^ PersonName { String^ get(); void set ( String^ value); }