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