Share via


ScheduledJobsOptions.JobId Property

Definition

Unique Id for the job.

[Newtonsoft.Json.JsonProperty(PropertyName="jobId", Required=Newtonsoft.Json.Required.Default)]
public string JobId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobId", Required=Newtonsoft.Json.Required.Default)>]
member this.JobId : string with get, set
Public Property JobId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to