VeriStand .NET API Reference

NewLogFilesCompleteEventArgs.LogFilePaths Property

Gets a value indicating the paths to all newly produced log files.

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 LogFilePaths As String()
C#
public string[] LogFilePaths { get; }
Visual C++
public:
property array<String^>^ LogFilePaths {
	array<String^>^ get ();
}

Property Value

An array containing the paths to all log files.

See Also

Log in to get a better experience