I'm trying to obtain the calibration expiration date from a DAQ module (using the NationalInstruments.DAQmx reference on Visual Studio 2022 C#/.NET). According to the DAQmx Reference file, it can be obtained when using the "AIChannel.CalibrationExpirationDate" property.

However when using it on my script, the following error shows up:

Has anybody use this function before? Any recommendations on how to obtain the Calibration Expiration Date from a DAQ module?