RegularExpressionAttribute Properties
Silverlight
The RegularExpressionAttribute 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.) |
|
Pattern | Gets the regular expression to use for validation of the associated member. |
Community Additions
ADD
Show: