namespace System.ComponentModel.DataAnnotations { public class RegularExpressionAttribute : ValidationAttribute { public RegularExpressionAttribute(string pattern); + public TimeSpan MatchTimeout { get; } } }