Share via


PSTestRouteResultDetails.CompilationErrors Property

Definition

Gets or sets jSON-serialized list of route compilation errors

[Newtonsoft.Json.JsonProperty(PropertyName="compilationErrors")]
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError> CompilationErrors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compilationErrors")>]
member this.CompilationErrors : System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError> with get, set
Public Property CompilationErrors As IList(Of PSRouteCompilationError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to