'Declaration
<NotNullAttribute()> Public ReadOnly Property StepsToExecute As Collection(Of OID)
[NotNull()] public Collection<OID> StepsToExecute {get;}
[NotNull()] public: property Collection<OID^>^ StepsToExecute { Collection<OID^>^ get(); }
'Declaration
<NotNullAttribute()> Public ReadOnly Property StepsToExecute As Collection(Of OID)
[NotNull()] public Collection<OID> StepsToExecute {get;}
[NotNull()] public: property Collection<OID^>^ StepsToExecute { Collection<OID^>^ get(); }
Leave empty to execute all steps. To execute only one or more steps of the job, add their OIDs to the collection.
The order of items in this collection does not matter: the steps will still be executed in their defined order in the job, but steps not included in this collection will be skipped.