Class MinLengthValidationRuleClientProperties
Represents client properties of MinLengthValidationRule.
public class MinLengthValidationRuleClientProperties : ValidationRuleClientProperties
- Inheritance
-
objectMinLengthValidationRuleClientProperties
- Inherited Members
- Extension Methods
Properties
MinLength
Gets or sets the minimum length to validate against.
public int MinLength { get; set; }
Property Value
- int