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;}
[CanBeNull()]
public:
property JobStep^ StartingStep {
JobStep^ get();
void set ( JobStep^ value);
}
See Also