| JSchemaValidatingReaderRegexMatchTimeout Property |
Gets or sets a timeout that will be used when executing regular expressions.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public Nullable<TimeSpan> RegexMatchTimeout { get; set; }
Property Value
Type:
NullableTimeSpanSee Also