MetadataPropertyHandling
Specifies metadata property handling options for the JsonSerializer.
namespace Newtonsoft.Json
{
public enum MetadataPropertyHandling
{
Default,
ReadAhead,
Ignore
}
}