SendWorkspaceToolMessageStep.Command Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the message or command sent to the tool.
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 String |
| C# |
|---|
public string Command { get; set; } |
| Visual C++ |
|---|
public: property String^ Command { String^ get (); void set (String^ value); } |