ValidationStatus describes the outcome of a validation process on a field.

Enumeration Members

Enumeration Members

VS_FAILED: 2

The validation for the field has been succeeded.

VS_NONE: 0

The field has no validation specified.

VS_SUCCEEDED: 1

The validation for the field has been succeeded.