Sequence.GetStepByName
- Updated2025-04-09
- 1 minute(s) read
Sequence.GetStepByName
Syntax
Sequence.GetStepByName( nameOfStep, stepGroupParam)
Return Value
Purpose
Returns a reference to the Step object you specify by name.
Remarks
Returns an error if no Step object exists with the name you specify.
Parameters
nameOfStep As String
[In] Specifies the name of the step for which you want a reference. When more than one step using the same name exists in the step group, the method returns the first step with that name. Name comparison is case-insensitive.
stepGroupParam As StepGroups
[In] Specifies a particular step group.