ResetAttribute(PropertyInfo)
- Updated2025-10-14
- 1 minute(s) read
Resets the property to its default value.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void ResetAttribute(PropertyInfo property)
Parameters
| Name | Type | Description |
|---|---|---|
| property | PropertyInfo | Specifies the property to be reset. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ResetAttribute method was accessed after the associated NIRfsa object was disposed. |