LogInfo.channels Field
- Updated2023-02-21
- 2 minute(s) read
The list of channels to log in the log file.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public channels As LogChannel() |
| C# |
|---|
public LogChannel[] channels |
| Visual C++ |
|---|
public: array<LogChannel^>^ channels |