JobExecution.StepId Property

Definition

Gets the job step id.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.stepId")]
public int? StepId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.stepId")>]
member this.StepId : Nullable<int>
Public ReadOnly Property StepId As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to