Share via


CreateJobProperties.Script Property

Definition

Gets or sets the script to run. Please note that the maximum script size is 3 MB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to