VeriStand .NET API Reference

ExecuteProgressChangedEventArgs.LastStepResultQualifier Property

Gets additional information about the results of the last step, such as extended error information for a step that fails.

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 ReadOnly Property LastStepResultQualifier As String
C#
public string LastStepResultQualifier { get; }
Visual C++
public:
property String^ LastStepResultQualifier {
	String^ get ();
}

Property Value

A String containing the additional information.

See Also

Log in to get a better experience