DCPowerDriverIdentity.Description Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerDriverIdentityDescription Property
Gets a string that contains a brief description of NI-DCPower driver.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public string Description { get; }
Public ReadOnly Property Description As String Get
Property Value
Type: StringReturns a String that contains a brief description about NI-DCPower driver.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Description property was accessed after the associated NIDCPower object was disposed. |