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