IValidationReportMessage
The IValidationReportMessage interface represents the main line in the validation report.
Properties
Name | Description |
---|---|
Read-only. Returns the severity of this report message as String. Possible values are as follows: "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. |