Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 701 Bytes

File metadata and controls

21 lines (14 loc) · 701 Bytes

ValidationResult record

Validation result that is returned by the validation api.

public record ValidationResult

Public Members

name description
ValidationResult(…) Validation result that is returned by the validation api.
ErrorMessage { get; set; } Why did the validation fail.
IsValid { get; set; } Was the validation successful.

See Also