Property ValidationErrors
ValidationErrors
Gets the results of validating the values of Field
Declaration
public IDictionary<string, IEnumerable<Exception>> ValidationErrors { get; }
Property Value
Type | Description |
---|---|
System. |
A Dictionary mapping from Field
|
Remarks
An empty Dictionary indicates that all elements' values are valid. Constraints are expressed by the
Form
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.6 |
.NET | 200.4 - 200.6 |
.NET Windows | 200.4 - 200.6 |
.NET Android | 200.4 - 200.6 |
.NET iOS | 200.4 - 200.6 |
.NET Framework | 200.4 - 200.6 |
UWP | 200.4 - 200.6 |