EvaluatedStepExpectedResult Property
Description
The design step expected result string.
Property type
Read-only property
Syntax
Visual Basic
Public Property EvaluatedStepExpectedResult As String
Remarks
If the expected result includes parameters, EvaluatedStepExpectedResult returns the string after replacing the parameter markers with their value, if any. To get the string as entered, without evaluating the parameters, use StepExpectedResult Property.
See Also