VeriStand .NET API Reference

TextLogChannel.IncludeChannelUnitsInName Property

Gets or sets a value indicating whether to include the units of the channel to log in the column header.

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 Property IncludeChannelUnitsInName As Boolean
C#
public bool IncludeChannelUnitsInName { get; set; }
Visual C++
public:
property bool IncludeChannelUnitsInName {
	bool get ();
	void set (bool value);
}

See Also

Log in to get a better experience