StepDescription Property
Description
The description of the design step.
Property type
Read-write property
Syntax
Visual Basic
Public Property StepDescription As String
Remarks

StepDescription returns the string as entered. If the description includes parameters, StepDescription returns the string with the parameter place markers. The markers are not replaced with values, as they are by EvaluatedStepDescription.

See Also