Specifies the expression of the field name for which validation messages should be displayed.
public Expression<Func<object>> ValidateFor { get; set; }
- Type:
- Expression<Func<object>>
Specifies the expression of the field name for which validation messages should be displayed.
public Expression<Func<object>> ValidateFor { get; set; }