IValidationReportMessage
The IValidationReportMessage interface represents a main line in the validation report.
Properties
Name | Description |
---|---|
Read-only. Returns the severity of this report message as String. Possible values are: "success", "info", "warning" and "error". | |
Read-only. Returns the value of this report message. | |
Read-only. Returns the details of this report message (if any) as String. |