Click or drag to resize

XmlValidationHelperValidationErrors Property

After calling Validate() the validation errors can be retrieved here.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IEnumerable<string> ValidationErrors { get; }

Property Value

Type: IEnumerableString
See Also