| IDomeV2DriverVersion Property  | 
 A string containing only the major and minor version of the driver.
 
 
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntaxstring DriverVersion { get; }ReadOnly Property DriverVersion As String
	Get
property String^ DriverVersion {
	String^ get ();
}Property Value
Type: 
String
Exceptions| Exception | Condition | 
|---|
| DriverException | Must throw an exception if the call was not successful | 
RemarksMust be implemented
 This must be in the form "n.n".
 It should not to be confused with the 
InterfaceVersion property, which is the version of this specification supported by the 
 driver.
 
See Also