Share via


Job.ReviewId Property

Definition

Gets or sets review Id if one is created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to