TextLogFile.Channels Property
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Gets a value indicating the channels to log
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Channels As TextLogChannel() |
| C# |
|---|
public TextLogChannel[] Channels { get; } |
| Visual C++ |
|---|
public: property array<TextLogChannel^>^ Channels { array<TextLogChannel^>^ get (); } |