FieldSpec.Validation Property (Typed) | |
A code block that sets the validation rule for this field specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Validation AS USUAL GET
public virtual Usual Validation { get; }
Request Example
View SourceProperty Value
Type:
UsualA code block that sets the validation rule for this field specification.
See Also