JobStepExecObject Property
- Last UpdatedNov 06, 2025
- 1 minute read
The JobStepExecObject property is a read-only property that contains the JobStepExec object. A JobStepExec object is created for a job running at this job position if the job has defined steps.
'Declaration
Public ReadOnly Property JobStepExecObject As JobStepExec
public JobStepExec JobStepExecObject {get;}