VeriStand .NET API Reference

LogInfo.root_properties Field

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.ClientAPI
Assembly: 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

See Also

Log in to get a better experience