SendProjectCommandStep.Command Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets or sets the command sent to the VeriStand project (Connect, Run, Deploy, and so on).
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: 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); } |