Class MaxLengthValidationRuleClientProperties
Represents client properties of MaxLengthValidationRule.
public class MaxLengthValidationRuleClientProperties : ValidationRuleClientProperties
- Inheritance
-
objectMaxLengthValidationRuleClientProperties
- Inherited Members
- Extension Methods
Properties
MaxLength
Gets or sets the maximum length to validate against.
public int MaxLength { get; set; }
Property Value
- int