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

This field may specify a parameter. Parameters are enclosed in triple angle brackets: <<<param name>>>. It the parameter name is invalid, <<<param name>>> is replaced with <param name> when written to the project database.

The field is stored in an HTML format. To specify a field value of "My_text <<<param name>>> more_text", enter <html><body>My_text &lt;&lt;&lt;param name&gt;&gt;&gt; more_text</body></html>. Alternately, set TDConnection.IgnoreHtmlFormat = True and then pass the desired field value as plain text.

See Also