NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Table of Contents

IOResourceDescriptor Property

  • Updated2023-02-21
  • 2 minute(s) read
IOResourceDescriptor Property
Gets the resource name that the NI-SWITCH uses to identify the physical device.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Visual Basic (Declaration)
Public ReadOnly Property IOResourceDescriptor As String
C#
public string IOResourceDescriptor { get; }

Property Value

Type: System..::.String
Returns a String representing the resource descriptor that the user specified for the physical device.

Exceptions

ExceptionCondition
ObjectDisposedException The IOResourceDescriptor was accessed after the associated NISwitch.NISwitch object was disposed.

Remarks

If you initialize NI-SWITCH with a logical name, this property contains the resource name that corresponds to the entry in the IVI configuration utility. If you initialize NI-SWITCH with the resource name, this property contains that value.

See Also

Log in to get a better experience