StartLoggingStep.StepName Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the name of the step.
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 Overrides ReadOnly Property StepName As String |
| C# |
|---|
public override string StepName { get; } |
| Visual C++ |
|---|
public: virtual property String^ StepName { String^ get () override; } |
Property Value
The step name.
Remarks
Overrides ActionStep.StepName.