Gets or sets the Software Version(s) (0018,1020).
public string SoftwareVersions {get; set;}
'Declaration
Public Property SoftwareVersions As String
'Usage
Dim instance As DicomPrinterInformation
Dim value As String
instance.SoftwareVersions = value
value = instance.SoftwareVersions
public string SoftwareVersions {get; set;}
get_SoftwareVersions();
set_SoftwareVersions(value);
Object.defineProperty('SoftwareVersions');
public:
property String^ SoftwareVersions {
String^ get();
void set ( String^ value);
}
Property Value
The Software Version(s) (0018,1020).