Table of Contents

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

bool

RegexMatchTimeout

public TimeSpan? RegexMatchTimeout { get; set; }

Property Value

TimeSpan?