Share via


Job.StartedBy Property

Definition

Gets or sets the job started by.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to