Gets or sets the Software Version(s) (0018,1020).
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property SoftwareVersions As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DicomPrinterInformation
Dim value As String
instance.SoftwareVersions = value
value = instance.SoftwareVersions
|
| C# | |
|---|
public string SoftwareVersions {get; set;} |
Return Value
The Software Version(s) (0018,1020).
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also