VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

TextLogFile.HeaderText Property

Gets or sets a value indicating the header text to insert at the beginning of the text log file.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Property HeaderText As String
C#
public string HeaderText { get; set; }
Visual C++
public:
property String^ HeaderText {
	String^ get ();
	void set (String^ value);
}

See Also

Was this information helpful?