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

DCPowerDriverIdentityIdentifier Property
Gets a string that contains an identifier for NI-DCPower .NET API.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public string Identifier { get; }
Public ReadOnly Property Identifier As String Get
Property Value
Type: StringReturns a String that contains an identifier for NI-DCPower .NET API.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Identifier property was accessed after the associated NIDCPower object was disposed. |