RfsgDriverUtility.ResetAttribute Method (PropertyInfo)
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverUtilityResetAttribute Method (PropertyInfo)
Resets the property to its default value.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void ResetAttribute( PropertyInfo propertyToReset )
Public Sub ResetAttribute ( propertyToReset As PropertyInfo )
Parameters
- propertyToReset
- Type: System.ReflectionPropertyInfo
Specifies the property to be reset.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ResetAttribute(PropertyInfo) method was accessed after the associated NIRfsg object was disposed. |