VeriStand .NET API Reference

SendProjectCommandStep.Command Property

Gets or sets the command sent to the VeriStand project (Connect, Run, Deploy, and so on).

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

Property Value

An enumeration of VeriStandProjectCommand.

See Also

Log in to get a better experience