VeriStand .NET API Reference

TextLogFile.Delimiter Property

Gets or sets a value indicating the delimiter between columns in the text file

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

See Also

Log in to get a better experience