RangeCheck
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to validate property values and method parameters.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public Boolean RangeCheck { get; set; }
Remarks
true if validation is enabled; otherwise, false. The default value is true.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The RangeCheck property was accessed after the associated NIRfsg object was disposed. |