ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.BasicConfigurationList Property

NIRfsg.BasicConfigurationList Property

NIRfsgBasicConfigurationList Property

Gets the BasicConfigurationList sub-object used to work with the configuration lists.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgBasicConfigurationList BasicConfigurationList { get; }
Public ReadOnly Property BasicConfigurationList As RfsgBasicConfigurationList
	Get

Property Value

Type: RfsgBasicConfigurationList
Returns an object of type RfsgBasicConfigurationList.

Exceptions

ExceptionCondition
ObjectDisposedException The BasicConfigurationList property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?