NewLogFilesCompleteEventArgs.Target Property
- Updated2023-02-21
- 2 minute(s) read
Gets a value indicating the name of the target that contains the log files.
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 Target As String |
| C# |
|---|
public string Target { get; } |
| Visual C++ |
|---|
public: property String^ Target { String^ get (); } |