LogInfo.root_properties Field
- Updated2023-02-21
- 2 minute(s) read
A dictionary containing property name and property value strings. These properties are written as metadata to the root item in the log file.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public root_properties As Dictionary(Of String, String) |
| C# |
|---|
public Dictionary<string, string> root_properties |
| Visual C++ |
|---|
public: Dictionary<String^, String^>^ root_properties |