Share via


BatchError.Values Property

Definition

Gets or sets a collection of key-value pairs containing additional details about the error.

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail> Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail> with get, set
Public Property Values As IList(Of BatchErrorDetail)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to