VeriStand .NET API Reference

LogFileClosedEventArgs.LogFilePath Property

Gets a value indicating the path to the 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)
Visual Basic (Declaration)
Public ReadOnly Property LogFilePath As String
C#
public string LogFilePath { get; }
Visual C++
public:
property String^ LogFilePath {
	String^ get ();
}

Property Value

The path to the log file.

See Also

Log in to get a better experience