'Declaration
Public Property ConstraintErrorDescription As System.String
public System.string ConstraintErrorDescription {get; set;}
Remarks
The Field's ConstraintErrorDescription property corresponds to the ErrorDescription property of the first C1.Data.ConstraintInfo object in the Constraints collection. Since in many cases Constraints consists of a single constraint, this field property, together with Field's ConstraintCondition and ConstraintExpression makes it easier to specify a single constraint for a field, without using the collection editor.