DataColumn.Status Property | |
A hyperlabel that indicates the results of validations or recent actions to this data column.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Status AS USUAL GET
public virtual Usual Status { get; }
Request Example
View SourceProperty Value
Type:
UsualA hyperlabel that indicates the results of validations or recent actions to this data column.
Remarks
A hyperlabel that indicates the results of validations or recent actions to this data column.
If the validation passed or the operation was successful, this value is NULL_OBJECT; if not, it contains information about the cause of the error.
See Also