RfsgDriverIdentity.SpecificDriverMinorVersion Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverIdentitySpecificDriverMinorVersion Property
Gets the minor version number of the class specification with which NI-RFSG driver is compliant.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public int SpecificDriverMinorVersion { get; }
Public ReadOnly Property SpecificDriverMinorVersion As Integer Get
Property Value
Type: Int32Returns an Int32 representing the minor version number of this instrument driver.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The SpecificDriverMinorVersion property was accessed after the associated NIRfsg object was disposed. |