FieldSpec.Required Property (Typed) | |
Logical value indicating whether the field is required (TRUE) or not (FALSE).
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Required AS LOGIC GET
public virtual bool Required { get; }
Request Example
View SourceProperty Value
Type:
LogicLogical value indicating whether the field is required (TRUE) or not (FALSE).
See Also