System.ComponentModel.DataAnnotations.RegularExpressionAttribute public class RegularExpressionAttribute : ValidationAttribute Documentation Code public int MatchTimeoutInMilliseconds { get; set; } public string Pattern { get; } public RegularExpressionAttribute(string pattern)