Class JsonSelectSettings
- Namespace
- Newtonsoft.Json.Linq
- Assembly
- Newtonsoft.Json.dll
public class JsonSelectSettings
- Inheritance
-
JsonSelectSettings
- Inherited Members
- Extension Methods
Constructors
JsonSelectSettings()
public JsonSelectSettings()
Properties
ErrorWhenNoMatch
public bool ErrorWhenNoMatch { get; set; }
Property Value
RegexMatchTimeout
public TimeSpan? RegexMatchTimeout { get; set; }