ValidationResult.Message

ValidationResult.Message property

Represents the message associated with the validation result.

public string Message { get; }

Remarks

The Message property provides additional context or information about the state of the validation result.

See Also