IComponentStep Interface : StepDescription Property |
Visual Basic |
---|
Public Property StepDescription As String |
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 <<<param name>>> more_text</body></html>. Alternately, set TDConnection.IgnoreHtmlFormat = True and then pass the desired field value as plain text.