VeriStand .NET API Reference

TextLogFile.Channels Property

Gets a value indicating the channels to log

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: 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 ();
}

See Also

Log in to get a better experience