Compartir a través de


FormDocumentReport.Errors Propiedad

Definición

Obtiene o establece la lista de errores por página.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<string> Errors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<string> with get, set
Public Property Errors As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a