VeriStand .NET API Reference

MessageBoxStep.Message Property

Gets or sets the message that the pop-up dialog box displays.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Message As String
C#
public string Message { get; set; }
Visual C++
public:
property String^ Message {
	String^ get ();
	void set (String^ value);
}

Property Value

The message that the dialog box displays.

See Also