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;} |
Property Value
The Software Version(s) (0018,1020).
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also