DataLoggingSessionStopEventArgs.LogFilePaths Property
- Updated2023-02-21
- 2 minute(s) read
Gets a value indicating the paths to all log files generated during the current data logging session.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: 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 (); } |