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