VeriStand .NET API Reference

LogFile.BaseFilePath Property

Gets or sets a value indicating the base file path used to specify the log file path

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

See Also

Log in to get a better experience