Use the Value property to obtain the value entered by an end-user. If this value meets your validation rules, leave the IsValid property set to true. Otherwise, if the Value property's value is invalid, set the IsValid property to false. The error type and description can be specified using the ErrorType and ErrorContent properties, respectively.