StringLengthAttribute Properties
Silverlight
The StringLengthAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
ErrorMessage | Gets or sets the non-localizable error message to display when validation fails. (Inherited from ValidationAttribute.) |
|
ErrorMessageResourceName | Gets or sets the property name on the resource type that provides the localizable error message. (Inherited from ValidationAttribute.) |
|
ErrorMessageResourceType | Gets or sets the resource type that provides the localizable error message. (Inherited from ValidationAttribute.) |
|
ErrorMessageString | Gets the localized or non-localized error message. (Inherited from ValidationAttribute.) |
|
MaximumLength | Gets the maximum length of a string. |
|
MinimumLength | Gets or sets the minimum length of a string. |
Community Additions
ADD
Show: