LogChannel.properties Property
- Updated2023-02-21
- 2 minute(s) read
Gets a dictionary containing property name and property value strings. These properties are written as metadata to the channel 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 ReadOnly Property properties As Dictionary(Of String, String) |
| C# |
|---|
public Dictionary<string, string> properties { get; } |
| Visual C++ |
|---|
public: property Dictionary<String^, String^>^ properties { Dictionary<String^, String^>^ get (); } |