VeriStand .NET API Reference

AlarmTriggerEventArgs.message Property

Gets the message returned by the system when the alarm is triggered.

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 message As String
C#
public string message { get; }
Visual C++
public:
property String^ message {
	String^ get ();
}

See Also