ErrorEntity.InnerErrors Property

Definition

Gets or sets inner errors.

[Newtonsoft.Json.JsonProperty(PropertyName="innerErrors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ErrorEntity> InnerErrors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="innerErrors")>]
member this.InnerErrors : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ErrorEntity> with get, set
Public Property InnerErrors As IList(Of ErrorEntity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to