VeriStand .NET API Reference

LogChannel.properties Property

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.ClientAPI
Assembly: 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 ();
}

See Also