Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 547 Bytes

File metadata and controls

19 lines (13 loc) · 547 Bytes

ValidationResult constructor

Validation result that is returned by the validation api.

public ValidationResult(bool IsValid, string ErrorMessage)
parameter description
IsValid Was the validation successful.
ErrorMessage Why did the validation fail.

See Also