Gets or sets the version of the DICOM Associate.
public int Version {get; set;}
'Declaration
Public Property Version As Integer
'Usage
Dim instance As DicomAssociate
Dim value As Integer
instance.Version = value
value = instance.Version
public int Version {get; set;}
<br/>get_Version();<br/>set_Version(value);<br/>Object.defineProperty('Version');
public:
property int Version {
int get();
void set ( int value);
}
Property Value
The version number of the DICOM Associate. The default version number is 1.