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