VeriStand .NET API Reference

SendWorkspaceToolMessageStep.Data Property

Gets or sets any data required by the case of the Workspace tool that handles the Command.

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

Property Value

The required data, as a String.

See Also