Click or drag to resize
IValidatorTValueValidationError Property
Gets the validation error which occured during the last Validate call, or string.Empty if nothing was wrong or Validate hasn't been called yet.

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string ValidationError { get; }

Property Value

Type: String
See Also