Job.Description Property

Definition

Gets or sets user-defined description of the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to