ProjectTaskProperties.Errors Property

Definition

Gets array of errors. This is ignored if submitted.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError>
Public ReadOnly Property Errors As IList(Of ODataError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to