Property Errors
| Improve this Doc View SourceErrors
Gets a collection of errors.
Declaration
public IEnumerable<string> Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<String> | A collection that contains error messages. Its default value is never a null value. |