VeriStand .NET API Reference

Table of Contents

SendProjectCommandStep.StepName Property

Gets the name of the step.

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 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.

See Also

Log in to get a better experience