ValidationProblemDetails.Errors Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Validierungsfehler ab, die diesem instance von HttpValidationProblemDetailszugeordnet sind.
public:
property System::Collections::Generic::IDictionary<System::String ^, cli::array <System::String ^> ^> ^ Errors { System::Collections::Generic::IDictionary<System::String ^, cli::array <System::String ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
[System.Text.Json.Serialization.JsonPropertyName("errors")]
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("errors")]
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; set; }
member this.Errors : System.Collections.Generic.IDictionary<string, string[]>
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IDictionary<string, string[]>
[<System.Text.Json.Serialization.JsonPropertyName("errors")>]
member this.Errors : System.Collections.Generic.IDictionary<string, string[]>
member this.Errors : System.Collections.Generic.IDictionary<string, string[]> with get, set
[<System.Text.Json.Serialization.JsonPropertyName("errors")>]
member this.Errors : System.Collections.Generic.IDictionary<string, string[]> with get, set
Public ReadOnly Property Errors As IDictionary(Of String, String())
Public Property Errors As IDictionary(Of String, String())
Eigenschaftswert
- Attribute
-
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute