Share via


CreateRunResponse.RunId Property

Definition

Gets or sets identifier of a run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to