AscomDriverDriverVersion Property |
A string containing only the major and minor version of the driver.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntaxpublic string DriverVersion { get; }
Public ReadOnly Property DriverVersion As String
Get
public:
virtual property String^ DriverVersion {
String^ get () sealed;
}
Property Value
String
ExceptionsException | Condition |
---|
DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request. |
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