In This Topic
The step to begin execution with, or a null reference (Nothing in Visual Basic) to start from the beginning
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property StartingStep As JobStep
[CanBeNull()]
public JobStep StartingStep {get; set;}
See Also