.NET Framework Class Library
RegexStringValidatorAttribute Properties
The RegexStringValidatorAttribute type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Regex | Gets the string used to perform regular-expression validation. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
ValidatorInstance | Gets an instance of the RegexStringValidator class. (Overrides ConfigurationValidatorAttribute.ValidatorInstance.) |
|
ValidatorType | Gets the type of the validator attribute. (Inherited from ConfigurationValidatorAttribute.) |
See Also